#!/bin/sh echo -en "Status: 200 OK\r\n" echo -en "Content-Type: text/html\r\n" echo -en "\r\n" echo "" echo "

Router Status

" echo "

Batman-ADV

" echo "
"
batctl tg | cat
batctl tl |cat
echo "
" echo "

Netzwerk

" echo "
"
ifconfig | cat
echo "
" echo "

Prozesse

" echo "
"         
ps aux | cat       
echo "
" echo "

UCI

" echo "
"         
uci show | cat       
echo "
" echo ""