mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 16:11:55 +00:00
7 lines
86 B
Bash
7 lines
86 B
Bash
![]() |
#! /bin/sh
|
||
|
|
||
|
tinyproxy start
|
||
|
|
||
|
# do nothing, just wait
|
||
|
while true; do sleep 1000; done
|