TinTin++ Configs for DiscworldMUD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
206 B

6 years ago
5 years ago
6 years ago
  1. sed -i "1s?^?cd "`pwd`"\n?" Discworld
  2. mkdir logs
  3. if [[ $PREFIX = *"com.termux"* ]]; then
  4. ln -s "$(pwd)/Discworld" $PREFIX/bin/disc;
  5. else
  6. mkdir -p ~/bin
  7. ln -s "$(pwd)/Discworld" ~/bin/disc;
  8. fi