shake
shake copied to clipboard
tmpfile location ?
Shouldn't tmpfile location be specified and actually put in /tmp/ or /var/tmp instead of putting it in $HOME ?
https://github.com/unbrice/shake/blob/33dd09dfd77dba8e73da194d2ea4c1e0d9c90ace/main.c#L276
$sudo pv -d `pgrep shake`
3:/home/bartus/shakej9LlvJ: 252 B 0:19:05 [17MiB/s] [ <=> ]
It's in the working directory actually, but I think you're right it should be $TMPDIR. Care to send a patch?