@omajid ptal
1 new commit added
Put dir under ~/.dotnet
This is going into bikeshedding territory, but would $XDG_CACHE_HOME/dotnet_bundle_extract be more appropriate?
$XDG_CACHE_HOME/dotnet_bundle_extract
$XDG_CACHE_HOME defines the base directory relative to which user specific non-essential data files should be stored. If $XDG_CACHE_HOME is either not set or empty, a default equal to $HOME/.cache should be used.
$XDG_CACHE_HOME
Yes, this is a good place to put these files. I'll update the location.
Move bundle extract dir under XDG_CACHE_HOME
Do we merge this now?
Pull-Request has been merged by omajid
Merged.