toaruos/util/calc-size.sh
2018-06-26 09:05:11 +09:00

11 lines
146 B
Bash
Executable File

#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [ -e "$DIR/../base/usr/python" ]; then
echo 11000
else
echo 4096
fi