screenshot-service/Docker/eternal-sleep.sh

7 lines
45 B
Bash
Executable File

#!/bin/bash
while true; do
sleep 1;
done