pt-launcher/setup.sh

8 lines
331 B
Bash
Executable file

#!/usr/bin/env bash
if [ -d "$HOME/.steam/steam/steamapps/common/Project Torque" ]; then
ln -sr run.py $HOME/.steam/steam/steamapps/common/Project\ Torque/
else
echo "Cannot find Project Torque directory. If your steam folder is in a different location, you'll have to copy 'run.py' to the Project Torque directory manually"
fi