summaryrefslogtreecommitdiff
path: root/package.bash
blob: 7855ce8164a9eba342e665632d27b6d749df688f (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

set -eux

source build.bash

TARGZ=gocryptfs_$GITVERSION.tar.gz

tar czf $TARGZ gocryptfs
ls -lh $TARGZ