File: hello.sh

package info (click to toggle)
libplack-perl 1.0050-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,484 kB
  • sloc: perl: 5,289; makefile: 4; sh: 4; javascript: 1
file content (6 lines) | stat: -rwxr-xr-x 102 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh
echo "Content-Type: text/plain"
echo

echo "Hello foo"
echo "QUERY_STRING is $QUERY_STRING"