git
»
gofer
»
next
»
tree
[next]
/
test
/
testdata
/
sleep.sh
1
2
3
4
5
6
7
8
9
#!/bin/bash
set
-e
sleep
$1
echo
"Content-type: text/plain"
echo
echo
"Slept
$1
"