summaryrefslogtreecommitdiff
path: root/scripts/Push
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Push')
-rwxr-xr-xscripts/Push7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/Push b/scripts/Push
deleted file mode 100755
index b2b2e5c..0000000
--- a/scripts/Push
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-V=$(git describe --tags)
-F="../$V.tar.gz ../README.txt"
-
-scp $F ras_u_ras_t@frs.sourceforge.net:/home/frs/project/libnet-dev/
-