5 lines
114 B
Bash
Executable File
5 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
#firefox "data:text/html;base64,$(base64 -w 0 <&0)"
|
|
cat > /tmp/pipefox.html
|
|
firefox /tmp/pipefox.html
|