repo.or.cz
/
chachachat.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
client: Change "back" icon in the QR scanner
[chachachat.git]
/
runserver.sh
blob
185b70cdceb69df5cbc187dce30b8f97da63bb9c
1
#!/usr/bin/env bash
2
3
SCRIPT_DIR
=
$
(
cd --
"$( dirname -- "
${BASH_SOURCE[0]}
" )"
&> /
dev
/
null
&&
pwd
)
4
5
PHP_CLI_SERVER_WORKERS
=
5
php
-S
localhost
:
8080
-t
"
${SCRIPT_DIR}
"
6