Han_Solo
03-31-2002, 08:26 AM
I've read the above but I can't get my script to work.
I actually want to write a script that will connect to s database via ssh and do a sql dump.
However as I'm still getting my feet wet, I thought I'd try something simple first.
#!/bin/sh
echo "This script is executing"
########
unfortunately, whenever I run the
% runscript
I get
runscript: Command not found.
I've done the rehash, chmod etc. But it still doesn't work...
Any help is welcome.
Han_Solo
PS: I'm saving up for OS X Unleashed....
I actually want to write a script that will connect to s database via ssh and do a sql dump.
However as I'm still getting my feet wet, I thought I'd try something simple first.
#!/bin/sh
echo "This script is executing"
########
unfortunately, whenever I run the
% runscript
I get
runscript: Command not found.
I've done the rehash, chmod etc. But it still doesn't work...
Any help is welcome.
Han_Solo
PS: I'm saving up for OS X Unleashed....