add layer meta-app-framework
[AGL/meta-agl.git] / meta-app-framework / recipes-example / afm-client / files / afm-client
1 #!/bin/sh
2
3 if [ -z "${XDG_RUNTIME_DIR+1}" ]; then
4   export XDG_RUNTIME_DIR=/run/user/$UID
5 fi
6 LD_PRELOAD=/usr/lib/libEGL.so /usr/bin/web-runtime http://localhost:1236/opa
7