From 9405d85cf07d3142d952be4569570d33a09ceb5e Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 31 Dec 2006 10:21:00 +0000 Subject: [PATCH] aggiunto target package --- INSTALL.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL.sh b/INSTALL.sh index 054181b..ef1eb0a 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -39,6 +39,13 @@ function get_param () { # # MAIN # +if [ "$1" = "-p" -o "$1" = "--package" ]; then + cd .. + tar zcvf brisk-img.tgz `find brisk-img -name INSTALL.sh -o -name '*.png' -o -name '*.jpg' | grep -v imgsrc` + cd - + exit 0 +fi + while [ $# -gt 0 ]; do # echo aa $1 xx $2 bb case $1 in -- 2.17.1