cheat/install

7 lines
105 B
Plaintext
Raw Normal View History

2013-08-16 19:19:40 +02:00
#!/bin/sh
2013-08-16 19:19:40 +02:00
cp ./cheat /usr/local/bin
cp -r ./.cheat ~/
2013-08-16 19:32:08 +02:00
printf "Cheat has been installed sucessfully.\n"