Adds script that opens html parsed to stdin to browser
This commit is contained in:
parent
25c386dddb
commit
4a5dcc677c
1 changed files with 3 additions and 0 deletions
3
bin/.bin/pipebrowser
Executable file
3
bin/.bin/pipebrowser
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
# From here: https://unix.stackexchange.com/a/86897
|
||||
"$BROWSER" "data:text/html;base64,$(base64 -w 0 <&0)"
|
Loading…
Add table
Add a link
Reference in a new issue