libgocryptfs/package.bash

11 lines
117 B
Bash
Raw Normal View History

2015-10-07 22:14:00 +02:00
#!/bin/bash
set -eux
source build.bash
TARGZ=gocryptfs_$GITVERSION.tar.gz
tar czf $TARGZ gocryptfs
ls -lh $TARGZ