I've never written a script, or even attempted to make one. I opened gedit, pasted in the code and saved it, is that the correct way to do it?
So then I typed:
(precise)drew@localhost:~$ chmod +x ~/starteq
(precise)drew@localhost:~$
then I type:
(precise)drew@localhost:~$ ./starteq
./starteq: line 1: ??~/starteq: No such file or directory
./starteq: line 2: ??~/starteq: No such file or directory
Not sure what I'm doing wrong.
|