]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - dropin
- take first spec if invoked without args
[packages/rpm-build-tools.git] / dropin
diff --git a/dropin b/dropin
index 6de508bd145fa7e6668140d7d8cddba21679adb4..e3563eb280f5f3c02ab30cc76e0af85a6deaaa77 100644 (file)
--- a/dropin
+++ b/dropin
@@ -1,5 +1,6 @@
 #!/bin/sh
-file="$1"
-lftp -c "open dropin;
-put $file
+lftp -c "
+       open dropin
+       echo Uploading $*
+       mput $*
 "
This page took 0.166959 seconds and 4 git commands to generate.