5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
CMD='sleep 8'
|
||
|
|
OUTPUT=$(eval "$CMD" 2>&1)
|
||
|
|
sleep 4
|