diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-10-23 18:41:30 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-10-23 18:41:30 +0200 |
| commit | 84c26706d306f2b2b5f5534a91147df893be7854 (patch) | |
| tree | b63fdc2b8946afb748c4586cf3fc9fb96afa9dc3 /open-stdin | |
| parent | 31cba7ef191e2a2a15ecca7132a445a92667fcbd (diff) | |
| download | scripts-84c26706d306f2b2b5f5534a91147df893be7854.tar.gz scripts-84c26706d306f2b2b5f5534a91147df893be7854.zip | |
open-stdin default tmp folder changed to /tmp
Diffstat (limited to 'open-stdin')
| -rwxr-xr-x | open-stdin | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -4,7 +4,8 @@ | |||
| 4 | # Usage: open-stdin | 4 | # Usage: open-stdin |
| 5 | # Requires: open-file | 5 | # Requires: open-file |
| 6 | 6 | ||
| 7 | folder=$HOME/Downloads/open-stdin | 7 | #folder=$HOME/Downloads/open-stdin |
| 8 | folder=${TMPDIR:-/tmp} | ||
| 8 | 9 | ||
| 9 | tempfile=$(mktemp -p "$folder") | 10 | tempfile=$(mktemp -p "$folder") |
| 10 | 11 | ||
