#!/bin/sh input=$(cat -) input="${input#v run src/}" style="" start="TypoML Preview$style" end="" output="$start$input$end" echo "$output" > /tmp/preview.html nohup xdg-open /tmp/preview.html &