I have been trying to play Spiral Knights off of steam and have been getting apparently a common error with the game the developers have yet to figure out where the game won't open. However a solution has been found where you open Terminal and enter said commands..
cd ~/Library/Application\ Support/Steam/SteamApps/common/spiral\ knights
then
sh run.sh
I was wondering if and how I could use AppleScript to make an application with an icon to simply automatically run these commands without constantly having to go into terminal and type them out.
cd ~/Library/Application\ Support/Steam/SteamApps/common/spiral\ knights
then
sh run.sh
I was wondering if and how I could use AppleScript to make an application with an icon to simply automatically run these commands without constantly having to go into terminal and type them out.