#!/bin/sh test -n "$1" || { echo "usage: a-gltf-model "; exit; } file="$(readlink -f "$1")" file="${file#/}" # strip leading slash if present echo "" >> /root/index.html