This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# be sure to `chmod +x start.sh` to make this file executable | |
# change this to wherever you installed GD | |
cd /home/robbiew/enigma-bbs/doors/galactic-dynasty | |
# this passes the dropFilePath ARG from Enigma 1/2 | |
./GalacticDynasty $1 |