From d06862c767d101e3527c27805fc97064720a709f Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Mon, 11 Dec 2023 22:02:00 -0600 Subject: [PATCH] updates executable --- bin/smart-logger | 1 + bin/smart-top | 1 - smart/__init__.py | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 bin/smart-logger delete mode 120000 bin/smart-top mode change 100644 => 100755 smart/__init__.py diff --git a/bin/smart-logger b/bin/smart-logger new file mode 120000 index 0000000..0867fd8 --- /dev/null +++ b/bin/smart-logger @@ -0,0 +1 @@ +../smart/__main__.py \ No newline at end of file diff --git a/bin/smart-top b/bin/smart-top deleted file mode 120000 index 50bb6d6..0000000 --- a/bin/smart-top +++ /dev/null @@ -1 +0,0 @@ -../smart/top/__main__.py \ No newline at end of file diff --git a/smart/__init__.py b/smart/__init__.py old mode 100644 new mode 100755 index 747ac8c..b8ebde7 --- a/smart/__init__.py +++ b/smart/__init__.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python """ This framework allows data to be logged to a given data store i.e : - disk, cloud (google, dropbox, box, sugarsync or s3) or a queue server