author | Heiko Schlittermann (JUMPER) <hs@schlittermann.de> |
Mon, 04 Jun 2012 00:06:05 +0200 | |
changeset 2 | c519f8c9083a |
parent 1 | 5c0e067d6b4f |
child 3 | 8f655aa1f111 |
..jpg | file | annotate | diff | comparison | revisions | |
setup | file | annotate | diff | comparison | revisions |
--- 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 ${@-*} /