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