arch-ppa/src/rpm-org/rpmextract.sh

7 lines
108 B
Bash
Raw Normal View History

2016-11-09 11:31:23 -05:00
#!/bin/sh
if [ "$1" = "" -o ! -e "$1" ]; then
echo "no package supplied" 1>&2
exit 1
fi
bsdtar xf $1