1
0
mirror of https://github.com/cheat/cheat.git synced 2025-06-11 01:28:36 +02:00
2013-08-16 13:29:24 -04:00

7 lines
105 B
Bash
Executable File

#!/bin/sh
cp ./cheat /usr/local/bin
cp -r ./.cheat ~/
printf "Cheat has been intsalled sucessfully.\n"