cheat/install

7 lines
103 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 ~/
printf "Cheat has been intsalled sucessfully."