summaryrefslogtreecommitdiff
path: root/build.bash
diff options
context:
space:
mode:
Diffstat (limited to 'build.bash')
-rwxr-xr-xbuild.bash6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.bash b/build.bash
new file mode 100755
index 0000000..ab55293
--- /dev/null
+++ b/build.bash
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+set -eu
+
+cd gocryptfs_main
+go build