triscit/run.sh

5 lines
81 B
Bash
Raw Normal View History

2022-05-27 13:39:12 -06:00
#! /bin/sh
2022-06-09 16:20:11 -06:00
echo 'http://localhost:8081'
2022-05-27 13:39:12 -06:00
busybox httpd -fv -p 8081 -c httpd.conf