7 lines
67 B
Bash
7 lines
67 B
Bash
#!/bin/bash
|
|
|
|
echo "test1"
|
|
sleep 1
|
|
echo "test2"
|
|
sleep 1
|
|
echo "test3" |