view scripts/burst @ 2942:195b041299ec

d64/dalpha bootfiles: Do not copy the makefile into the bootfile Thanks to Christopher R. Hawks for spotting this.
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 26 Jan 2014 21:04:07 +0100
parents d76362b779c0
children f3decf362611
line wrap: on
line source

#!/bin/sh -e

HTDOCS=/home/project-web/nitros9/htdocs
TODAY=$(date +%Y%m%d)

cd $HTDOCS
mkdir latest-$TODAY
cd latest-$TODAY
unzip -o ../nitros9project-$TODAY.zip
echo "Options +Indexes" > .htaccess

cd $HTDOCS
rm latest
ln -s latest-$TODAY latest
rm nitros9project.zip
ln -s nitros9project-$TODAY.zip nitros9project.zip