perkeep/website/run.sh

10 lines
151 B
Bash
Raw Normal View History

2011-01-28 05:12:14 +00:00
#!/bin/bash
set -e
Bin=$(dirname $( readlink -f $0))
cd $Bin
echo "Running camweb in $Bin"
../build.pl website && ./camweb --http=:8080 --root=$Bin