You are here

createIndex.sh in MediaFront 7

#!/bin/bash
progdir=`dirname $0`
cd "$progdir"
rm -f test.html
php index.php >> test.html

File

players/osmplayer/player/templates/default/createIndex.sh
View source
  1. #!/bin/bash
  2. progdir=`dirname $0`
  3. cd "$progdir"
  4. rm -f test.html
  5. php index.php >> test.html