bin folder

This commit is contained in:
Brandon Cornejo 2019-02-03 20:15:17 -06:00
parent ffcf8e41ba
commit bfe214e548
5 changed files with 2 additions and 0 deletions

View File

View File

View File

@ -1,5 +1,7 @@
sed -i "1s?^?cd "`pwd`"\n?" Discworld
mkdir logs
if [[ $PREFIX = *"com.termux"* ]]; then
ln -s "$(pwd)/Discworld" $PREFIX/bin/disc;
else

View File

View File