2025-03-24 19:02:58 +03:00

5 lines
52 B
Bash

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