Hey, I recently got a command line program because I'm too much of a broke college student to pay for anything with a GUI and I want to automate this a bit. Here's what I've done.
Save As -> Script.sh
chmod +x Script.sh
(Doesn't double click to run ~ opens in TextEdit)
I open terminal and type sh Script.sh
It runs.
How do I get it to just run?
When the script calls for sudo, I imagine I just get a prompt. Then after that I need it to enter in information once it opens the application.
The automated equivalence of:
Program> set status=on
Program> set loader=active
Program> set buffer=10
Program> quit
Echo doesn't work, so I'm lost. Any ideas?
Thanks,
Doman
Save As -> Script.sh
chmod +x Script.sh
(Doesn't double click to run ~ opens in TextEdit)
I open terminal and type sh Script.sh
It runs.
How do I get it to just run?
When the script calls for sudo, I imagine I just get a prompt. Then after that I need it to enter in information once it opens the application.
The automated equivalence of:
Program> set status=on
Program> set loader=active
Program> set buffer=10
Program> quit
Echo doesn't work, so I'm lost. Any ideas?
Thanks,
Doman