diff options
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:') } |