diff scripts/burst @ 2739:7afa11757a81

Adding the burst script to the repo so users who have write access to the project are able to put the script on their sourceforge ssh server account. This will allow the user to use the "make nightly" function. As long as said user has write permision to the project.
author drencor-xeen
date Fri, 04 Jan 2013 11:50:24 -0600
parents
children d76362b779c0
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/burst	Fri Jan 04 11:50:24 2013 -0600
@@ -0,0 +1,7 @@
+#!/bin/tcsh
+cd /home/project-web/nitros9/htdocs
+rm -rf latest
+mkdir latest
+cd latest
+unzip -o ../nitros9project.zip
+echo "Options +Indexes">.htaccess