8 lines
313 B
Bash
Executable file
8 lines
313 B
Bash
Executable file
#!/bin/sh
|
|
export DEBUG=1
|
|
cd xurfer
|
|
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
|