support args to push.sh

This commit is contained in:
Travis Burtrum 2017-01-03 13:55:51 -05:00
parent e5abdef1d3
commit dba39a1d08
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ cp -a /etc/pacman.conf /etc/pacman.d/mirrorlist ./
gpg -v pacman.conf.sig 2>/dev/null || (rm -f pacman.conf.sig; gpg -u 'ECB9B8CBAAC68C03!' -b pacman.conf)
gpg -v mirrorlist.sig 2>/dev/null || (rm -f mirrorlist.sig; gpg -u 'ECB9B8CBAAC68C03!' -b mirrorlist)
rsync -av --stats --progress --delete ./ root@mytorrentflux:/pacman/aur/
rsync -av --stats --progress --delete ./ root@mytorrentflux:/pacman/aur/ "$@"