aboutsummaryrefslogtreecommitdiff
path: root/list
diff options
context:
space:
mode:
authorJohn Ankarstrom <john@ankarstrom.se>2021-07-03 19:56:16 +0200
committerJohn Ankarstrom <john@ankarstrom.se>2021-07-03 20:12:30 +0200
commitbc84dd1eab78e96ccc7dabd7561cfaf57f165951 (patch)
tree9b6c88827525687ec9204f33807c6535f8d5cb9b /list
parentc0b94c538d7bee2a81991d64f44b4b2ad255091e (diff)
downloadmk-bc84dd1eab78e96ccc7dabd7561cfaf57f165951.tar.gz
Move mk into separate directory
Diffstat (limited to 'list')
-rwxr-xr-xlist/list4
1 files changed, 4 insertions, 0 deletions
diff --git a/list/list b/list/list
index c2c4afb..11ec7c1 100755
--- a/list/list
+++ b/list/list
@@ -2,6 +2,10 @@
# list -- escape code listing for troff
+# Permission to use, copy, modify and/or
+# distribute this software for any purpose
+# with or without fee is hereby granted.
+
use Getopt::Std;
BEGIN { getopt('Ep:s:') }