6 lines
49 B
Plaintext
6 lines
49 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
sleep 3 &
|
||
|
echo "Hello"
|
||
|
wait
|