theaudioforum
04-27-2004, 11:33 PM
If I try to run simple shell scripts, it always results in the error:
: bad interpreter: No such file or directory
The script is very simple; such as:
#!/bin/sh
mysqldump -u root -ppassword test > /backups/test.sql
Any ideas? The script has chmod 777.
Thanks!
: bad interpreter: No such file or directory
The script is very simple; such as:
#!/bin/sh
mysqldump -u root -ppassword test > /backups/test.sql
Any ideas? The script has chmod 777.
Thanks!