Dockerfiles/tinyproxy/bootstrap.sh
2017-06-13 14:19:22 +08:00

7 lines
86 B
Bash
Executable File

#! /bin/sh
tinyproxy start
# do nothing, just wait
while true; do sleep 1000; done