4 lines
87 B
Bash
4 lines
87 B
Bash
#!/usr/bin/env bash
|
|
|
|
echo "Hello this is runner one, I will sleep for 2s now"
|
|
sleep 2s
|