#!/var/jb/bin/sh -


. /var/jb/etc/profile

while [ '1' -le '2' ]; do
	uialert -b 'Please Wait
请等待' 'When all done will respring
当一切准备就绪后会注销' --timeout 1 &
done
