Learn more about cloning repositories
You have read-only access
xxxxxxxxxx
echo foo >foo
echo bar >bar
set +e
busybox cmp -s foo bar
if [ $? != 0 ] ; then
exit 0;
fi
​
exit 1;
Everything looks good. We'll let you know here if there's anything you should know about.