mirror of
https://github.com/loewexy/pdnsmanager.git
synced 2025-01-16 03:02:22 +01:00
6 lines
58 B
Bash
6 lines
58 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd backend/src/public
|
||
|
|
||
|
php -S localhost:8000
|