1
0
mirror of https://github.com/cheat/cheat.git synced 2025-06-09 08:38:36 +02:00
2013-08-16 13:32:08 -04:00

7 lines
105 B
Bash
Executable File

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