]> Nutra Git (v2) - nutratech/cli.git/commitdiff
update scripts: `nutra` and `scripts/n`
authorShane Jaroch <chown_tee@proton.me>
Fri, 12 Apr 2024 21:57:50 +0000 (17:57 -0400)
committerShane Jaroch <chown_tee@proton.me>
Fri, 12 Apr 2024 21:57:50 +0000 (17:57 -0400)
nutra
scripts/n

diff --git a/nutra b/nutra
index ff1e9da05f176ca259339693186b7f96c2ec7459..8923964c2954ee88962cce548bd4852891f6d8be 100755 (executable)
--- a/nutra
+++ b/nutra
@@ -6,7 +6,6 @@ Created on Fri Sep 28 22:25:38 2018
 
 @author: shane
 """
-
 import sys
 
 from ntclient.__main__ import main
index a1b3619e1e3e2ec92bd9020901ee848cca7a1683..eec82faf7e277c7ca986c83d7f022bf34a2676b7 100755 (executable)
--- a/scripts/n
+++ b/scripts/n
@@ -1,7 +1,13 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 # PYTHON_ARGCOMPLETE_OK
-"""Executable script, copied over by pip"""
+"""
+Created on Fri Sep 28 22:25:38 2018
+
+Executable script, copied over by pip.
+
+@author: shane
+"""
 import re
 import sys