mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-07 01:41:00 +01:00
15 lines
232 B
Bash
15 lines
232 B
Bash
:
|
|
archive=/tmp/sd_regression.tgz
|
|
|
|
if [ ! -f ./AppArmor.rtf ]
|
|
then
|
|
echo "Error: pwd is not valid" >&2
|
|
exit 1
|
|
fi
|
|
|
|
make clean
|
|
|
|
tar -czf $archive --exclude=TODO --exclude .svn --exclude scripts . && \
|
|
|
|
echo
|
|
echo "output is $archive"
|