12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
|
#
|
||
|
A library defining some command line program functionality
|
||
|
|
||
|
(command line program with $args $body) parses as:
|
||
|
externally (run with $args) means $body
|
||
|
if (this file was run directly):
|
||
|
run with (the command line arguments)
|
||
|
|
||
|
externally (usage $) means:
|
||
|
say "Usage: \$"
|
||
|
exit 1
|