This commit is contained in:
ccppi 2024-06-19 12:28:39 +02:00
parent ef85307db0
commit 5e929cc974

4
pipefox.sh Normal file → Executable file
View File

@ -1,2 +1,4 @@
#!/bin/bash
firefox "data:text/html;base64,$(base64 -w 0 <&0)"
#firefox "data:text/html;base64,$(base64 -w 0 <&0)"
cat > /tmp/pipefox.html
firefox /tmp/pipefox.html