switch to shebang
This commit is contained in:
parent
a4d6e7a0b2
commit
e6df007875
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Code-hosting website
|
// Code-hosting website
|
||||||
|
@ -39,7 +39,7 @@ buildsite() {
|
|||||||
|
|
||||||
local threadcount=$(numcpus)
|
local threadcount=$(numcpus)
|
||||||
for i in $(seq 0 "$threadcount") ; do
|
for i in $(seq 0 "$threadcount") ; do
|
||||||
php "${APP_DIR}/rebuild.php" "$threadcount" "$i" &
|
"${APP_DIR}/rebuild.php" "$threadcount" "$i" &
|
||||||
done
|
done
|
||||||
wait
|
wait
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user