lxsh/shellcode/random_tmpfile.sh

3 lines
79 B
Bash

_lxsh_random_tmpfile() {
echo "${TMPDIR-/tmp}/$1$(_lxsh_random_string $2)"
}