Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to execute arbitrary commands on each downloaded file #31

Merged
merged 2 commits into from
Nov 15, 2021

Conversation

sappjw
Copy link
Contributor

@sappjw sappjw commented Nov 12, 2021

I want to be able to compress files for local storage, so I added another
parameter for the user to supply a command to be executed on each file.

I did it this way so each file could be compressed without hard-coding
the compression algorithm. But I could see this being used to run a
pre-processing script on each downloaded file.

I did it this way so each file could be compressed without hard-coding
the compression algorithm. But I could see this being used to run a
pre-processing script on each downloaded file.
@mike-gangl mike-gangl changed the base branch from main to develop November 15, 2021 17:47
@mike-gangl mike-gangl merged commit 2d17e05 into podaac:develop Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants