diff options
-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 |