5 lines
112 B
Bash
5 lines
112 B
Bash
|
#!/bin/sh
|
||
|
echo "Website version: ${version}"
|
||
|
echo "powered by @Firq"
|
||
|
serve --listen 8081 --no-clipboard /public
|