You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
233 B

2 years ago
  1. #!/bin/bash
  2. printf "Content-type: text/html\n\n"
  3. printf "<html><head>"
  4. printf "<meta charset=\"UTF-8\">"
  5. printf "<title> BB</title></head>"
  6. printf "<body><h1>Hello</h1><para>"
  7. hostname
  8. printf "up for"
  9. uptime
  10. printf "</para></html>"