mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 10:45:05 +01:00
7 lines
103 B
Bash
Executable File
7 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cp ./cheat /usr/local/bin
|
|
cp -r ./.cheat ~/
|
|
|
|
printf "Cheat has been intsalled sucessfully."
|