42-archive/42sh/script.sh
2017-01-22 23:32:57 +01:00

6 lines
58 B
Bash
Executable file

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