diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-07-03 19:56:16 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-07-03 20:12:30 +0200 |
commit | bc84dd1eab78e96ccc7dabd7561cfaf57f165951 (patch) | |
tree | 9b6c88827525687ec9204f33807c6535f8d5cb9b /list | |
parent | c0b94c538d7bee2a81991d64f44b4b2ad255091e (diff) | |
download | mk-bc84dd1eab78e96ccc7dabd7561cfaf57f165951.tar.gz |
Move mk into separate directory
Diffstat (limited to 'list')
-rwxr-xr-x | list/list | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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:') } |