Let's say that I have a little script that outputs "Hello world!"
in terminal:
echo "Hello World!"
How can I publish it to Launchpad PPA so I can type:
sudo add-apt-repository ppa:myusername/hello-world && sudo apt-get update
sudo apt-get install hello-world
Then running hello-world
in terminal the application will output "Hello World!"
.
I read the instructions from this page, but the image is blurry for me...