Hey all,
I’m using Gnome on OpenSUSE 11.0 and I was wondering how I would go about scripting a BASH file so I can issue a sequence of commands on startup. I’m looking to start Folding@Home on startup, but it requires two subsequent commands…
cd ~/Folding@Home
…And…
./fah6
I’ve tried to combine the commands, but I can’t seem to get it to work, so I thought that making a BASH script and running that at startup would be the next best thing. My question is, considering I’ve never written a BASH script: How would I write it?
Thanks in advance!