From e0d28d66c41773b7310da0c76cefa55264be0a3a Mon Sep 17 00:00:00 2001 From: xyz Date: Mon, 20 Sep 2021 17:47:52 -0700 Subject: curlncm, use mktemp --- .local/bin/curlncm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin') diff --git a/.local/bin/curlncm b/.local/bin/curlncm index 602f3734..2a096c6c 100755 --- a/.local/bin/curlncm +++ b/.local/bin/curlncm @@ -12,7 +12,7 @@ # trial and error to get dj_max, don't know why, maybe because it is 2^31 and it is the size limit of whatever type of the variable dj_max=2147483647 -dl_urls_tmp='/tmp/curlncm_dl_urls' +dl_urls_tmp="$(mktemp)" # printf 'e82ckenh8dichen8' | hexdump -ve '/1 "%02x"' key='653832636b656e683864696368656e38' url='/api/song/enhance/player/url' -- cgit v1.2.3-70-g09d2