diff options
author | Jakob Unterwurzacher | 2015-10-05 20:32:10 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-10-05 20:32:10 +0200 |
commit | 552c32c5e9378b85e52c420c4dd2d7ccc827556f (patch) | |
tree | f13c1e1e8339252a6ee1c20a986ed65efd367f41 /benchmark.bash | |
parent | 53ecebc71ec132fc8e5fab486c63e13c0925d142 (diff) |
Move main binary to gocryptfs_main
That way the wrapper shell script can be named just "gocryptfs"
Diffstat (limited to 'benchmark.bash')
-rwxr-xr-x | benchmark.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmark.bash b/benchmark.bash index 447581a..baba0f1 100755 --- a/benchmark.bash +++ b/benchmark.bash @@ -2,5 +2,7 @@ set -eux +cd gocryptfs_main + go build go test -bench=. |