6 lines
295 B
Bash
Executable file
6 lines
295 B
Bash
Executable file
#!/bin/sh
|
|
cd xurfer
|
|
#appimage-run ~/apps/lovr*.AppImage . test.glb
|
|
#appimage-run ~/apps/lovr*.AppImage . https://snips.sh/f/_U5-XctEVE?r=1
|
|
#appimage-run ~/apps/lovr*.AppImage . http://localhost:8080/simple-a.glb
|
|
appimage-run ~/apps/lovr*.AppImage . http://localhost:8080/level3-4-playaudio.glb
|