Skip to content
Snippets Groups Projects
startEverythingUp.sh 50 B
Newer Older
#!/bin/sh
cd client/
php -S localhost:8080
cd ..