summaryrefslogtreecommitdiff
path: root/all.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-10-05 20:32:10 +0200
committerJakob Unterwurzacher2015-10-05 20:32:10 +0200
commit552c32c5e9378b85e52c420c4dd2d7ccc827556f (patch)
treef13c1e1e8339252a6ee1c20a986ed65efd367f41 /all.bash
parent53ecebc71ec132fc8e5fab486c63e13c0925d142 (diff)
Move main binary to gocryptfs_main
That way the wrapper shell script can be named just "gocryptfs"
Diffstat (limited to 'all.bash')
-rwxr-xr-xall.bash8
1 files changed, 8 insertions, 0 deletions
diff --git a/all.bash b/all.bash
new file mode 100755
index 0000000..08bc7cf
--- /dev/null
+++ b/all.bash
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+set -eu
+
+cd gocryptfs_main
+echo -n "Compiling... "
+go build
+echo "done."