]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - dropin
Add tool to reverse order parents in commit produced by pull
[packages/rpm-build-tools.git] / dropin
diff --git a/dropin b/dropin
old mode 100644 (file)
new mode 100755 (executable)
index 6de508b..e3563eb
--- 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.038538 seconds and 4 git commands to generate.