From b227267cea3afa3a7e39bb24c20d500262f32c12 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 24 Nov 2021 00:34:10 +0100 Subject: Some changes for new temrinal file management style --- open-stdin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'open-stdin') diff --git a/open-stdin b/open-stdin index 48792b6..a776b9f 100755 --- a/open-stdin +++ b/open-stdin @@ -1,6 +1,6 @@ #!/bin/sh -# Saves standard input in a download folder and opens it with myopen +# Saves standard input in a download folder and opens it (spawn) # Usage: open-stdin # Requires: open-file @@ -9,4 +9,4 @@ folder=${TMPDIR:-/tmp} tempfile=$(mktemp -p "$folder") -cat > "$tempfile" && open-file -t "$1" "$tempfile" +cat > "$tempfile" && open-file -s spawn -t "$1" "$tempfile" -- cgit v1.3