summaryrefslogtreecommitdiff
path: root/all.bash
blob: 08bc7cf88c7522d47ea63c1282988eedb4e53e7f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -eu

cd gocryptfs_main
echo -n "Compiling... "
go build
echo "done."