index
:
dotfiles-bsd
artix
master
My cool dotfiles for my BSD workstation
jozan
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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