42-archive/42sh/script.sh
2016-12-12 00:43:03 +01:00

5 lines
50 B
Bash
Executable file

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