diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 15:07:31 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 15:07:31 -0700 |
| commit | 0dbfdc810d8eeb80fc45d849e1ff623f13913163 (patch) | |
| tree | cf8bec2bd881b462beaa923379ee611709b0f9e9 /tools | |
| parent | 468656b9ef1c96be8e10bafbb03087e8cc80ca09 (diff) | |
| parent | 8c249a1af381cde049633c84a3889260ae07957c (diff) | |
Merge branch 'default_core' into working
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/autoformat.nom | 1 | ||||
| -rwxr-xr-x | tools/find_action.nom | 1 | ||||
| -rwxr-xr-x | tools/parse.nom | 1 | ||||
| -rwxr-xr-x | tools/test.nom | 1 | ||||
| -rwxr-xr-x | tools/upgrade.nom | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/tools/autoformat.nom b/tools/autoformat.nom index 1c591a0..971aec3 100755 --- a/tools/autoformat.nom +++ b/tools/autoformat.nom @@ -1,5 +1,4 @@ #!/usr/bin/env nomsu -V2.5.4.3 -use "core" use "lib/os.nom" %args = (command line args) diff --git a/tools/find_action.nom b/tools/find_action.nom index b51a0f8..716fc9f 100755 --- a/tools/find_action.nom +++ b/tools/find_action.nom @@ -1,5 +1,4 @@ #!/usr/bin/env nomsu -V2.5.4.3 -use "core" use "lib/os.nom" use "lib/consolecolor.nom" diff --git a/tools/parse.nom b/tools/parse.nom index 35613d2..2c70f71 100755 --- a/tools/parse.nom +++ b/tools/parse.nom @@ -1,5 +1,4 @@ #!/usr/bin/env nomsu -V2.5.4.3 -use "core" use "lib/os.nom" action [print tree %t at indent %indent]: diff --git a/tools/test.nom b/tools/test.nom index 3f2622e..1cad598 100755 --- a/tools/test.nom +++ b/tools/test.nom @@ -1,5 +1,4 @@ #!/usr/bin/env nomsu -V2.5.4.3 -use "core" use "lib/os.nom" use "lib/consolecolor.nom" diff --git a/tools/upgrade.nom b/tools/upgrade.nom index 690d4fb..a051818 100755 --- a/tools/upgrade.nom +++ b/tools/upgrade.nom @@ -1,5 +1,4 @@ #!/usr/bin/env nomsu -V2.5.4.3 -use "core" use "compatibility" use "lib/os.nom" |
