3 lines
118 B
Bash
Executable file
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)"
|