6 lines
59 B
Bash
Executable File
6 lines
59 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo sleeping...
|
|
sleep 15s
|
|
echo slept
|