tilde/cgi-bin/sysinfo.sh

8 lines
91 B
Bash
Executable File

#!/bin/sh
printf "Content-type: text/plain; charset=UTF-8\n\n"
landscape-sysinfo
exit 0