8 lines
86 B
Bash
8 lines
86 B
Bash
#!/bin/sh
|
|
|
|
echo "Content-Type: text/html"
|
|
echo ""
|
|
echo "<h1>Ciao!</h1>"
|
|
|
|
/sbin/reboot
|