I just wanted to create a script that opens Teamspeak. I was on here before about that, but I thought it would be more simple by just creating a script.
I wanted to make a script to launch the script that opens Teamspeak.
So I did this:
#!/bin/bash
exec /home/austin/Programs/Teamspeak/launch(what I renamed the file to for ease).sh
I named this Teamspeak.sh and it didn't work. The thing that is frustrating is that it works if I go into terminal on the Desktop and type
./Teamspeak.sh
it works!
How can I get this to work by just double-clicking it?
Terminal=true
. – muru Jul 31 '14 at 04:26