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