42-archive/42sh/script.sh
2017-01-24 01:27:25 +01:00

6 lines
53 B
Bash
Executable file

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