6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#! /bin/bash
|
|
|
|
cd "$(dirname "$BASH_SOURCE")"
|
|
cd mytinytodo2
|
|
php -S 0.0.0.0:38808
|