11 lines
154 B
Bash
11 lines
154 B
Bash
|
#! /bin/sh
|
||
|
#
|
||
|
# test.sh
|
||
|
# Copyright (C) 2020 Vintage Salt <rehashedsalt@cock.li>
|
||
|
#
|
||
|
# Distributed under terms of the MIT license.
|
||
|
#
|
||
|
|
||
|
php -S localhost:8000
|
||
|
|