From: Shane Jaroch Date: Fri, 12 Apr 2024 21:57:50 +0000 (-0400) Subject: update scripts: `nutra` and `scripts/n` X-Git-Tag: v0.2.8.dev2~38 X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=3b75bcc751d72f13cfa32d4e71d19fe8f5cbd327;p=nutratech%2Fcli.git update scripts: `nutra` and `scripts/n` --- diff --git a/nutra b/nutra index ff1e9da..8923964 100755 --- 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 diff --git a/scripts/n b/scripts/n index a1b3619..eec82fa 100755 --- 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