summaryrefslogtreecommitdiff
path: root/recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in
blob: b3e0e8fe34bad0743e896c068c5612ceb523fddc (plain)
1
2
3
4
5
6
RET=1
while [ $RET -ne 0 ]; do
	cd @PATH@
	@APP@
	RET=$?
done