comparison 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
comparison
equal deleted inserted replaced
2738:d25fd78e727a 2739:7afa11757a81
1 #!/bin/tcsh
2 cd /home/project-web/nitros9/htdocs
3 rm -rf latest
4 mkdir latest
5 cd latest
6 unzip -o ../nitros9project.zip
7 echo "Options +Indexes">.htaccess