#!/bin/bash
cd /tmp/
wget -N https://www.dwservice.net/download/dwagent.sh
chmod +x dwagent.sh
./dwagent.sh -console
rm dwagent.sh
