blob: 14516307a5567c8b61815cb787494e88c179f8a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/usr/bin/env nomsu -V7.0.0
###
A library defining some command line program functionality
external:
(command line program with $args $body) parses as:
external ((run with $args) means $body)
if (this file was run directly):
run with (the command line arguments)
(usage $) means:
say "Usage: \$"
exit 1
|