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:29:24 +02:00
printf "Cheat has been intsalled sucessfully.\n"