diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-02-13 14:08:46 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-02-13 14:08:46 -0500 |
commit | e52a4b8a482f1689af29474e4197a7f3467e86dc (patch) | |
tree | 68d525b6f89511555526c1bc8086a78201803998 | |
parent | misc/install-xattr: license under GPL version 3 (diff) | |
download | elfix-e52a4b8a482f1689af29474e4197a7f3467e86dc.tar.gz elfix-e52a4b8a482f1689af29474e4197a7f3467e86dc.tar.bz2 elfix-e52a4b8a482f1689af29474e4197a7f3467e86dc.zip |
misc/install-xattr-bundle.sh: to make bundling install-xattr easier
-rwxr-xr-x | misc/install-xattr-bundle.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/install-xattr-bundle.sh b/misc/install-xattr-bundle.sh new file mode 100755 index 0000000..b332606 --- /dev/null +++ b/misc/install-xattr-bundle.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +if [[ -z ${1} ]]; then + echo "Usage $0 <version>" + exit +fi + +tar jcvf install-xattr-${1}.tar.bz2 install-xattr/ +gpg -s -a -b install-xattr-${1}.tar.bz2 + |