This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/test.sh
2023-07-30 20:29:20 +02:00

5 lines
191 B
Bash
Executable file

#!/bin/sh
[ ! -x "$(command -v php)" ] && printf "php not installed\n" >> /dev/stderr && exit 1
printf "Testing locally..\nOpen 'localhost:1337' in your web browser.\n"
php -S localhost:1337