42-archive/42sh/script.sh

4 lines
40 B
Bash
Executable file

#!/bin/sh
while [ 1 ]; do
sleep 1
done