diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-03-20 15:55:57 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-03-20 15:55:57 -0700 |
| commit | e665d9725c4bb02f4c18d16527367f424cb880fa (patch) | |
| tree | aed161ee6b338c2bad2312591f746459414ccafa /lib/tools/list.nom | |
| parent | 606fd090002f3d545cbd58440e96624907846f45 (diff) | |
Auto-updated to 7.0.0 syntax and removed some shims.
Diffstat (limited to 'lib/tools/list.nom')
| -rw-r--r-- | lib/tools/list.nom | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/tools/list.nom b/lib/tools/list.nom index 8e7c3ac..77bb8a7 100644 --- a/lib/tools/list.nom +++ b/lib/tools/list.nom @@ -1,5 +1,6 @@ -#!/usr/bin/env nomsu -V6 -# +#!/usr/bin/env nomsu -V7.0.0 + +### A tool to list installed third party Nomsu packages Usage: @@ -17,4 +18,4 @@ command line program with $args: for $f in ($packages, lines): if ($f != ""): $f = ($f, with "%.nom$" -> "") - say " * \$f" + say " * \$f"
\ No newline at end of file |
