Compare with Previous - Blame - Download
#!/bin/bash echo Content-type: text/plain echo /sbin/apcaccess status | /bin/grep STATUS | cut -f2 -d\:
#!/bin/bash
echo Content-type: text/plain
echo
/sbin/apcaccess status | /bin/grep STATUS | cut -f2 -d\: