Open stocarul opened 8 years ago
How about collectstatic? Djcs
Hey @kmododev, thanks for your suggestion. We've created another issue for it: https://github.com/algotech/dotaliases/issues/60
This issue is for bash functions, like extract
that should understand how to extract any kind of archive (zip, tar, ...). If you think of any useful bash functions, please list them here.
Is anyone still working on this? or can i take this up?
@vyasgiridhar: It is assigned to me but unfortunately don't have time for it right now. It would be awesome if you can handle it and I would definitely appreciate your help.
Create the following bash functions:
extract
: should be a function that gets a file path end extracts it using the appropriate command based on the file extension. The code should be something like this: