hi all,
i am retively new to linux platform. i have two pc each beinginstalled with ubuntu 8.10 and xubuntu 8.10.
i required to create a bash file in order to run a perl script automatically after it boot up.
may i know how about to create one?
below is some how i did a little research but not quite sure how to turn into a bash file and where to store it.
#!/bin/bash . /etc/Schedg/SCHEDG_CONFIGS #<some commented stuff deleted here> export PORT=`basename $PWD` sleep 60 exec setuidgid $USER $HOME/Schedg/bin/schedg_client.pl --configfile $C +LIENT/$HUB-$PORT >> /tmp/$HUB-$PORT.out 2>&1
In reply to auto run of perl script by calvinlyp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |