switch to shebang
This commit is contained in:
parent
a4d6e7a0b2
commit
e6df007875
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/php
|
||||
<?php
|
||||
|
||||
// Code-hosting website
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user