5 lines
52 B
Bash
Executable File

#!/bin/bash
PORT=${1:-8000}
php -S localhost:$PORT