summaryrefslogtreecommitdiff
path: root/Push
diff options
context:
space:
mode:
Diffstat (limited to 'Push')
-rwxr-xr-xPush7
1 files changed, 7 insertions, 0 deletions
diff --git a/Push b/Push
new file mode 100755
index 0000000..c0898f7
--- /dev/null
+++ b/Push
@@ -0,0 +1,7 @@
+#!/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/
+