6 lines
100 B
Bash

#!/usr/bin/env bash
temp=$(mktemp)
rustc --crate-name "presenterm_snippet" "$1" -o "$temp"
"$temp"