mirror of
https://github.com/cheat/cheat.git
synced 2026-01-10 00:02:07 +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."
|