File: timeout

package info (click to toggle)
libwww-perl 5.36-1.1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 848 kB
  • ctags: 400
  • sloc: perl: 6,366; makefile: 51; sh: 6
file content (7 lines) | stat: -rwxr-xr-x 71 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
#!/bin/sh

sleep 20;

echo "Content-type: text/plain"
echo
echo "Test"