From 9ce116ef8984e5fca782b282591f799e5e75398b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Di=20Gr=C3=A9gorio?= Date: Sun, 4 Nov 2018 01:31:33 +0100 Subject: [PATCH] Installer tasks --- tasks/install.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tasks/install.sh diff --git a/tasks/install.sh b/tasks/install.sh new file mode 100644 index 0000000..c119386 --- /dev/null +++ b/tasks/install.sh @@ -0,0 +1,5 @@ +cp $(ls|grep -v install) /usr/local/bin +chmod g+x /usr/local/bin/easyoptions +chmod g+x /usr/local/bin/shtpl +chmod g+x /usr/local/bin/task +