#!/system/bin/sh
if [ -e $2 ] ; then
	chmod 0666 $2 2>/dev/null
    echo $1 > $2 2>/dev/null
fi
#Powered by FastTurbo Boost