Initial commit

This commit is contained in:
2023-07-11 22:41:01 +02:00
parent c0536948b7
commit 0430546934
3 changed files with 45 additions and 1 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
install:
chmod +x gitigrab
cp gitigrab ${HOME}/.local/bin/gitigrab
uninstall:
rm ${HOME}/.local/bin/gitigrab