From 552c32c5e9378b85e52c420c4dd2d7ccc827556f Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 5 Oct 2015 20:32:10 +0200 Subject: Move main binary to gocryptfs_main That way the wrapper shell script can be named just "gocryptfs" --- all.bash | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 all.bash (limited to 'all.bash') 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." -- cgit v1.2.3