mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
6 lines
103 B
Bash
Executable file
6 lines
103 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cp ./cheat /usr/local/bin
|
|
cp -r ./.cheat ~/
|
|
|
|
printf "Cheat has been intsalled sucessfully."
|