From 84c26706d306f2b2b5f5534a91147df893be7854 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 23 Oct 2021 18:41:30 +0200 Subject: open-stdin default tmp folder changed to /tmp --- open-stdin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/open-stdin b/open-stdin index 1cc54a5..48792b6 100755 --- a/open-stdin +++ b/open-stdin @@ -4,7 +4,8 @@ # Usage: open-stdin # Requires: open-file -folder=$HOME/Downloads/open-stdin +#folder=$HOME/Downloads/open-stdin +folder=${TMPDIR:-/tmp} tempfile=$(mktemp -p "$folder") -- cgit v1.3