#!/bin/ash echo -e "Content-type: text/html\n" echo -e " Superglue test

Superglue test server

$(uptime) $(head -n5 /proc/cpuinfo) $(free) $(df -h) $(env) $(echo $PATH) $(echo $USER) " exit 0