Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
cmd
 
 
cmd is a program that allows shebang (#!) lines to pass multiple arguments:

#! /usr/bin/cmd sudo -u someuser sh

Where the normal behaviour would break here.

That's the basic use. It's more powerful than that: you can turn the shebang
line into an arbitrary shell expression to be evaluated. For details, see
http://gist.github.com/492976 .

About

Split shebang lines on whitespace, or do silly things with them.

Resources

Releases

No releases published

Packages

No packages published