summary refs log tree commit diff
path: root/home/.local/bin/hup
blob: 4fc5d7ae1b93ba0a4c4d5f8dfafca484997b3072 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
set -eu

dir=$(mktemp -d)
hi -f html -o document,tab=4 "$@" > "$dir/hi.html"
up "$dir/hi.html"
rm -r "$dir"