diff options
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +BIN=$home/bin/rc/gh +FILES=gh create delete list + +install:V: + if(! test -d $BIN) + mkdir -p $BIN + cp $FILES $BIN + +uninstall:V: + rm -rf $BIN |