diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-02-06 14:28:57 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-02-06 14:28:57 -0800 |
| commit | 6219e2ba4834b337d736280e6f7dc9ada417b7f8 (patch) | |
| tree | 8216a41d1c7e5132eb0aeaab5920d9d73cf03c81 /lib | |
| parent | 72d699fe86ddb34473b54a0df27d21b4a9159284 (diff) | |
Added shebangs.
Diffstat (limited to 'lib')
| -rwxr-xr-x | lib/tools/install.nom | 2 | ||||
| -rw-r--r-- | lib/tools/list.nom | 2 | ||||
| -rwxr-xr-x | lib/tools/uninstall.nom | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/tools/install.nom b/lib/tools/install.nom index cf8e0fb..5eb9a3f 100755 --- a/lib/tools/install.nom +++ b/lib/tools/install.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu +#!/usr/bin/env nomsu -V6 # A tool to install third party Nomsu packages diff --git a/lib/tools/list.nom b/lib/tools/list.nom index e48a89d..8e7c3ac 100644 --- a/lib/tools/list.nom +++ b/lib/tools/list.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu +#!/usr/bin/env nomsu -V6 # A tool to list installed third party Nomsu packages diff --git a/lib/tools/uninstall.nom b/lib/tools/uninstall.nom index 7f0128a..90a8477 100755 --- a/lib/tools/uninstall.nom +++ b/lib/tools/uninstall.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu +#!/usr/bin/env nomsu -V6 # A tool to uninstall third party Nomsu packages (the inverse of the install tool) |
