#!/bin/sh

if [ ! -f /etc/atcommands.user  ]; then
	echo "Demo command \"ATI\";ATI" > /etc/atcommands.user
fi

rm -rf /tmp/luci-*
