switch to shebang

This commit is contained in:
mappu 2016-04-18 18:55:00 +12:00
parent a4d6e7a0b2
commit e6df007875
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/php
<?php
// Code-hosting website

View File

@ -39,7 +39,7 @@ buildsite() {
local threadcount=$(numcpus)
for i in $(seq 0 "$threadcount") ; do
php "${APP_DIR}/rebuild.php" "$threadcount" "$i" &
"${APP_DIR}/rebuild.php" "$threadcount" "$i" &
done
wait