mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 01:36:43 +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
|