blob: 458da5f809ca4f7ae34faa968db695b0f66a19ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/env nomsu -V6
#
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
|