3
votes
1answer
36 views

How to make man pages? [duplicate]

I know how to make commands(scripts) in Linux. I would like to know if I could make man pages for the commands?
2
votes
1answer
131 views

How do I make my application startable from the terminal?

I've created several Python applications wherefore I know how to create a DEB and how to push an application into my PPA in Launchpad. What I never found out is how to make the application startable ...