Dotfiles/bin/.bin/pipebrowser
2020-04-30 21:35:29 +01:00

3 lines
118 B
Bash
Executable file

#!/bin/bash
# From here: https://unix.stackexchange.com/a/86897
"$BROWSER" "data:text/html;base64,$(base64 -w 0 <&0)"