From 5ac980dec555c543815d9defc3b7192354539b6c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 22 Dec 2021 09:57:53 +0100 Subject: Fixed open-file, changed a bit open-stdin --- open-stdin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-stdin') diff --git a/open-stdin b/open-stdin index a776b9f..5c0ee1e 100755 --- a/open-stdin +++ b/open-stdin @@ -9,4 +9,4 @@ folder=${TMPDIR:-/tmp} tempfile=$(mktemp -p "$folder") -cat > "$tempfile" && open-file -s spawn -t "$1" "$tempfile" +cat > "$tempfile" && open-file $@ "$tempfile" -- cgit v1.3