ESL-devenv/bin/empty.sh
2021-12-10 13:23:31 +01:00

8 lines
46 B
Bash
Executable File

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