aboutsummaryrefslogtreecommitdiff
path: root/open-stdin
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-02 08:07:21 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-02 08:07:21 +0100
commit302ac9f5271796d203772b7ff6b9a737c8e6da73 (patch)
tree7e4e3ae23762f9108429d2c21d494600396938cf /open-stdin
parent6edcf79ec3474dc748bf3914099983c3ab51affe (diff)
parent8aa8a247985a08add0f92a3d24272408526003ff (diff)
downloadscripts-302ac9f5271796d203772b7ff6b9a737c8e6da73.tar.gz
scripts-302ac9f5271796d203772b7ff6b9a737c8e6da73.zip
Merge branch 'main' of https://github.com/sebastianotronto/scripts into main
Diffstat (limited to 'open-stdin')
-rwxr-xr-xopen-stdin3
1 files changed, 2 insertions, 1 deletions
diff --git a/open-stdin b/open-stdin
index 1cc54a5..48792b6 100755
--- a/open-stdin
+++ b/open-stdin
@@ -4,7 +4,8 @@
4# Usage: open-stdin 4# Usage: open-stdin
5# Requires: open-file 5# Requires: open-file
6 6
7folder=$HOME/Downloads/open-stdin 7#folder=$HOME/Downloads/open-stdin
8folder=${TMPDIR:-/tmp}
8 9
9tempfile=$(mktemp -p "$folder") 10tempfile=$(mktemp -p "$folder")
10 11

Generated with cgit - Back to sebastiano.tronto.net