7 lines
86 B
Bash
Executable File
7 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Starts VisualFAIL over php on Port 1234
|
|
#
|
|
|
|
php -S localhost:1234 -t .
|