Dockerfiles/tinyproxy/bootstrap.sh

7 lines
86 B
Bash
Raw Permalink Normal View History

2017-06-13 06:19:22 +00:00
#! /bin/sh
tinyproxy start
# do nothing, just wait
while true; do sleep 1000; done