mirror of
https://github.com/cheat/cheat.git
synced 2025-04-09 03:04:03 +02: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."
|