diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-11 23:58:25 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-11 23:58:25 +0100 |
commit | 0fd6772653355bbc5e2868859d7bd80ed86741fa (patch) | |
tree | 367737a6c05136c593d01852b16da2a5ae3d6c0d /arch-pkgs-update | |
parent | 898c5bd9ce0011337c412efeb4961e4b555195d0 (diff) | |
download | bin-0fd6772653355bbc5e2868859d7bd80ed86741fa.zip bin-0fd6772653355bbc5e2868859d7bd80ed86741fa.tar.gz |
gitolite test
Diffstat (limited to 'arch-pkgs-update')
-rwxr-xr-x | arch-pkgs-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-pkgs-update b/arch-pkgs-update index a0d7529..64bb757 100755 --- a/arch-pkgs-update +++ b/arch-pkgs-update @@ -1,5 +1,5 @@ #!/bin/bash -# + [ $# -lt 1 ] && echo "usage $0 pkg_list (generated with pacman -Q)" && exit 1 tmp=/tmp/__pkgs |