2026-06-22 10:42:12 +02:00
|
|
|
#!/bin/sh
|
2026-06-22 16:44:07 +02:00
|
|
|
export DEBUG=1
|
2026-06-22 10:42:12 +02:00
|
|
|
cd xurfer
|
2026-06-22 16:44:07 +02:00
|
|
|
runtime="/home/leon/apps/lovr-v0.18.0-x86_64.AppImage"
|
|
|
|
|
#appimage-run $runtime . test.glb
|
|
|
|
|
appimage-run $runtime . https://snips.sh/f/_U5-XctEVE?r=1
|
|
|
|
|
#appimage-run $runtime . http://localhost:8080/simple-a.glb
|
|
|
|
|
#appimage-run $runtime . http://localhost:8080/level3-4-playaudio.glb
|