552c32c5e9
That way the wrapper shell script can be named just "gocryptfs"
9 lines
68 B
Bash
Executable File
9 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
cd gocryptfs_main
|
|
|
|
go build
|
|
go test -bench=.
|