File: timeout

package info (click to toggle)
libwww-perl 5.47-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 692 kB
  • ctags: 345
  • sloc: perl: 5,458; makefile: 37; 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"