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