changeset 2 | c519f8c9083a |
parent 1 | 5c0e067d6b4f |
child 4 | 4c20f7e4ff71 |
--- a/setup Sun Jun 03 16:33:19 2012 +0200 +++ b/setup Mon Jun 04 00:06:05 2012 +0200 @@ -2,7 +2,7 @@ tmp=$(getopt -n setup -o n -l nothing -- "$@") \ || cat >&2 <<_ -Usage: $0 [-n|--nothing] +Usage: $0 [-n|--nothing] [directories] _ set -- $tmp @@ -20,4 +20,4 @@ zypper -n install rsync } -rsync $opt_n -iav --exclude setup --exclude .hg . / +rsync $opt_n -iav --exclude setup --exclude .hg ${@-*} /