#!/bin/sh TMP_FILE=$(mktemp) echo "import(\"$1\");" > $TMP_FILE openscad-thumbnailer $TMP_FILE "$2" "$3" Nature rm $TMP_FILE