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.
|
|
- #!/bin/bash
- printf "Content-type: text/html\n\n"
- printf "<html><head>"
- printf "<meta charset=\"UTF-8\">"
- printf "<title> BB</title></head>"
- printf "<body><h1>Hello</h1><para>"
- hostname
- printf "up for"
- uptime
- printf "</para></html>"
-
|