7 lines
55 B
Bash
Executable File
7 lines
55 B
Bash
Executable File
|
|
echo "hello"
|
|
sleep 1
|
|
echo "cool"
|
|
sleep 1
|
|
echo "world"
|