mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-01-28 18:19:04 +00:00
6 lines
70 B
Makefile
6 lines
70 B
Makefile
install:
|
|
touch ~/.ghorg
|
|
cp .env ~/.ghorg
|
|
uninstall:
|
|
rm ~/.ghorg
|