diff options
Diffstat (limited to '')
| -rwxr-xr-x | open-stdin | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -9,4 +9,4 @@ folder=${TMPDIR:-/tmp} | |||
| 9 | 9 | ||
| 10 | tempfile=$(mktemp -p "$folder") | 10 | tempfile=$(mktemp -p "$folder") |
| 11 | 11 | ||
| 12 | cat > "$tempfile" && open-file -s spawn -t "$1" "$tempfile" | 12 | cat > "$tempfile" && open-file $@ "$tempfile" |
