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

teach mkdir about --exists-okay #33

Merged
merged 2 commits into from
Nov 23, 2017

Conversation

larsks
Copy link
Contributor

@larsks larsks commented Nov 10, 2017

adds the --exists-okay flag to the mkdir command, which allows you to
avoid errors if you are calling mkdir to ensure that a directory exists.

adds the --exists-okay flag to the mkdir command, which allows you to
avoid errors if you are calling mkdir to ensure that a directory exists.
this lets you delete directories on your esp in a script without
worrying about errors if they don't exist.
@tdicola tdicola merged commit 3be23ca into scientifichackers:master Nov 23, 2017
@tdicola
Copy link
Contributor

tdicola commented Nov 23, 2017

Thanks for the pull! One small thing I changed was to add help text that describes the new options.

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.

2 participants