aboutsummarylogtreecommitdiffstats
path: root/pytimer.install
diff options
context:
space:
mode:
Diffstat (limited to 'pytimer.install')
-rw-r--r--pytimer.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/pytimer.install b/pytimer.install
new file mode 100644
index 000000000000..5c11c68511cb
--- /dev/null
+++ b/pytimer.install
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+#I should make an uninstall script one day :)
+
+echo "Installing pytimer!"
+cd /home/$USER/
+git clone "https://github.com/AndrejPatak/Pytimer"
+cd ./Pytimer/
+chmod +x pytimer-bin
+chmod +x pytimer.py
+sudo ln -s /home/$USER/Pytimer/pytimer-bin /usr/local/bin/pytimer
+echo "Install finished. Have a nice day" $USER"!"
+