code / nomsu

Lines6.6K Lua5.1K PEG1.3K make117
2 others 83
Markdown60 Bourne Again Shell23
(13 lines)
1 #!/usr/bin/env nomsu -V7.0.0
2 ###
3 A library defining some command line program functionality
5 external:
6 (command line program with $args $body) parses as:
7 external ((run with $args) means $body)
8 if (this file was run directly):
9 run with (the command line arguments)
11 (usage $) means:
12 say "Usage: \$"
13 exit 1