4 lines
135 B
Bash
Executable file
4 lines
135 B
Bash
Executable file
#!/bin/sh
|
|
test -n "$1" || { echo "usage: teleport <http://...foo.glb>"; exit 0; }
|
|
echo "" > ~/index.html # empty scene
|
|
a-gltf-model $*
|