(13 lines)
1 #!/usr/bin/env nomsu -V7.0.02 ###3 A library defining some command line program functionality5 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