micha / resty

Little command line REST client that you can use in pipelines (bash or zsh).
MIT License
2.65k stars 143 forks source link

Use `mktemp -t` instead of hardcoding `/tmp` #76

Closed jean closed 7 years ago

jean commented 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.

I'll submit a PR later.

AdrieanKhisbe commented 7 years ago

@jean I just solved it, will be ship with the major release