summaryrefslogtreecommitdiffstats
path: root/.local/bin/bcat
blob: e7286f1649acc4fce46b383b41def160149262ae (plain)
1
2
3
4
5
6
7
#!/bin/sh

tmp=$(mktemp)
cat - >$tmp
$BROWSER $tmp
sleep 2
rm $tmp