7 lines
295 B
Bash
7 lines
295 B
Bash
|
|
#!/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
|