.templates
about
ascii
errors
images
src
styles
.gitignore
.gitlab-ci.yml
.htaccess
Dockerfile
favicon.ico
index.php
test.sh
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
|
|
|