aboutsummarylogtreecommitdiffstats
path: root/pytimer.install
blob: 5c11c68511cbdaed2de5cf37f7a0038e4b510d76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"!"