Send stacktrace data also to a /tmp file
[geeqie.git] / web / upload.sh
diff --git a/web/upload.sh b/web/upload.sh
deleted file mode 100755 (executable)
index be807d4..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-if [ "${PWD##*/}" != "web" ] ; then
-  echo $0 must be called from directory \"web\"
-  exit 1;
-fi
-
-# later we can include user manual 
-# ln -sf ../doc
-
-echo -n "SF username: "
-read username
-
-rsync -avP -C --copy-links --exclude "*.sh" --exclude "Makefile*" -e ssh ./ $username,geeqie@web.sourceforge.net:htdocs/