summaryrefslogtreecommitdiffstats
path: root/deployment/update-next-links.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/update-next-links.sh')
-rw-r--r--deployment/update-next-links.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/update-next-links.sh b/deployment/update-next-links.sh
new file mode 100644
index 0000000..befb719
--- /dev/null
+++ b/deployment/update-next-links.sh
@@ -0,0 +1,4 @@
+
+rm -f jogamp-next webstart-next
+ln -s $1 jogamp-next
+ln -s $1 webstart-next