From 5e929cc9748555c9a0e750cb0d7da0892b8a32c4 Mon Sep 17 00:00:00 2001 From: ccppi Date: Wed, 19 Jun 2024 12:28:39 +0200 Subject: [PATCH] sd --- pipefox.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 pipefox.sh diff --git a/pipefox.sh b/pipefox.sh old mode 100644 new mode 100755 index 0d39e42..9d91f8b --- a/pipefox.sh +++ b/pipefox.sh @@ -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