xref: /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/bin/runRefreshMatrix.sh (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1echo " "
2echo " "
3echo "Refreshing Matrix"
4cd /usr/share/matrix-gui-2.0/
5rm cache/* > /dev/null 2>&1
6php generate.php
7cd -
8echo "Refresh Complete"
9