From dba39a1d08915246b5ef1ebce4f8d56e4e24c778 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Tue, 3 Jan 2017 13:55:51 -0500 Subject: [PATCH] support args to push.sh --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index 21361d1..1b8f6d2 100755 --- a/push.sh +++ b/push.sh @@ -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/ "$@"