summaryrefslogtreecommitdiff
path: root/recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in')
-rw-r--r--recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in b/recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in
new file mode 100644
index 0000000..b3e0e8f
--- /dev/null
+++ b/recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in
@@ -0,0 +1,6 @@
+RET=1
+while [ $RET -ne 0 ]; do
+ cd @PATH@
+ @APP@
+ RET=$?
+done