3 lines
79 B
Bash
3 lines
79 B
Bash
_lxsh_random_tmpfile() {
|
|
echo "${TMPDIR-/tmp}/$1$(_lxsh_random_string $2)"
|
|
}
|