6 lines
40 B
Bash
6 lines
40 B
Bash
#!/bin/sh
|
|
|
|
echo 'hello'
|
|
|
|
sleep 3
|
|
exit 0
|
#!/bin/sh
|
|
|
|
echo 'hello'
|
|
|
|
sleep 3
|
|
exit 0
|