13 lines
558 B
Bash
Executable file
13 lines
558 B
Bash
Executable file
#!/bin/sh
|
|
export DEBUG=1
|
|
cd xurfer
|
|
#./main.lua
|
|
#runtime="/home/leon/apps/lovr-v0.18.0-x86_64.AppImage"
|
|
runtime="/home/leon/apps/lovr-v0.18.1-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
|
|
#appimage-run $runtime . http://localhost:8080/simple-b.glb
|
|
#appimage-run $runtime . test.localhost.jml0
|
|
#appimage-run $runtime . http://localhost:8080/simple-b-wireframe.glb
|