2 lines
59 B
Bash
Executable file
2 lines
59 B
Bash
Executable file
#!/bin/sh
|
|
for i in 1 2 3 4 5; do echo 'moo'; sleep 2; done
|