mirror of
https://github.com/Luzifer/termux-cfg.git
synced 2024-11-08 14:30:00 +00:00
6 lines
159 B
Text
6 lines
159 B
Text
|
#!/data/data/com.termux/files/usr/bin/env bash
|
||
|
|
||
|
exec /data/data/com.termux/files/home/bin/gziphttp \
|
||
|
--serve-dir /storage/emulated/0/public \
|
||
|
--listen :8080
|