diff options
Diffstat (limited to 'deployment/update-current-links.sh')
-rw-r--r-- | deployment/update-current-links.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deployment/update-current-links.sh b/deployment/update-current-links.sh new file mode 100644 index 0000000..7996944 --- /dev/null +++ b/deployment/update-current-links.sh @@ -0,0 +1,5 @@ + +rm -f jogamp-current webstart +ln -s $1 jogamp-current +ln -s $1 webstart + |