7 lines
49 B
Bash
Executable File
7 lines
49 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
cd gocryptfs_main
|
|
go build
|