Closed jean closed 7 years ago
Use mktemp -t instead of hardcoding /tmp, this enables usage with e.g. termux on Android, where the tmp dir is at /data/data/com.termux/files/tmp.
mktemp -t
/tmp
termux
/data/data/com.termux/files/tmp
I'll submit a PR later.
@jean I just solved it, will be ship with the major release
Use
mktemp -t
instead of hardcoding/tmp
, this enables usage with e.g.termux
on Android, where the tmp dir is at/data/data/com.termux/files/tmp
.I'll submit a PR later.