aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/mkfile b/mkfile
new file mode 100644
index 0000000..d3ad60b
--- /dev/null
+++ b/mkfile
@@ -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