How to write more than one line in a launcher
- by seraex
How can I run three commands in a launcher? My commands are
cd /home/seraex/MyDoc
rm MyDoc.tgz
tar cfz MyDoc.tgz *
which will go to my documents folder and delete old backup and make a new backup.
At the moment I make a text file and then make a launcher and point it to the file, but I want to delete the file and make the launcher run the commands directly. I'm using ubuntu 10.10
' ubuntu site says 'Unfortunately launchers do not have access to the Bash environment so you cannot just include the multi commands' when i ggole chaining in launchers. thanks, admin may delete the question '