diff options
author | Malf Furious <m@lfurio.us> | 2017-04-30 22:47:24 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2017-04-30 22:47:24 -0400 |
commit | e8aa4a1d328eafd848b05636ba21aff90c11cee6 (patch) | |
tree | 3ac82eaf08b45b02977ab019ce7d317bc3d4e38f | |
parent | 716ed2414600bb018e67761df5c5d34f5e1acb7b (diff) | |
download | systrunk-e8aa4a1d328eafd848b05636ba21aff90c11cee6.tar.gz systrunk-e8aa4a1d328eafd848b05636ba21aff90c11cee6.zip |
Add build files
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | make.sh | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..574a72b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +systrunk @@ -0,0 +1,4 @@ +#!/usr/bin/bash +echo "#!/usr/bin/bash -e" >systrunk +cat rsync.sh repo-access.sh repo-mutate.sh checkout.sh >>systrunk +chmod +x systrunk |