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.

8 lines
194 B

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