← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #76733]: Can you make a 3 line command into 1

 

Question #76733 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/76733

    Status: Open => Answered

Derek White proposed the following answer:
At a terminal:
sudo gedit /usr/local/bin/runfirefox.sh

Paste in the script [it starts with the #! line and ends with the exit
line.] & save & exit.

Back at the terminal, do the chmod:
sudo chmod 770 /usr/local/bin/runfirefox.sh

Then execute it:
sudo runfirefox.sh

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.