#!/bin/sh echo -en "Status: 200 OK\r\n" echo -en "Content-Type: text/html\r\n" echo -en "\r\n" echo "
" echo "" batctl tg | cat batctl tl |cat echo "" echo "
" ifconfig | cat echo "" echo "
" ps aux | cat echo "" echo "
" uci show | cat echo "" echo ""