aboutsummaryrefslogtreecommitdiff
path: root/open-stdin
diff options
context:
space:
mode:
Diffstat (limited to 'open-stdin')
-rwxr-xr-xopen-stdin2
1 files changed, 1 insertions, 1 deletions
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}
9 9
10tempfile=$(mktemp -p "$folder") 10tempfile=$(mktemp -p "$folder")
11 11
12cat > "$tempfile" && open-file -s spawn -t "$1" "$tempfile" 12cat > "$tempfile" && open-file $@ "$tempfile"

Generated with cgit - Back to sebastiano.tronto.net