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

Rename lib/process-files to lib/walk; add apps-home #4

Merged
merged 4 commits into from
Aug 24, 2017
Merged

Conversation

mbland
Copy link
Owner

@mbland mbland commented Aug 24, 2017

This is in anticipation of moving some of these functions to go-script-bash, after realizing that walk is a standard (and shorter!) term for processing file and directory paths and structures. Also includes some new functions to support the new apps-home module.

Also contains a tweak to .bash_dev to ensure each $APPS_HOME/etc/profile.d/* file exists before sourcing. This is due to the fact that Bash, by default, will return the string containing the glob characters if there are no matches for the glob.

mbland added 4 commits August 24, 2017 15:13
This enables `process_files` to find and process a single file.
This is due to the fact that Bash, by default, will return the string
containing the glob characters if there are no matches for the glob.
These new process-files functions will likely find their way into
go-script-bash as well.
This is in anticipation of moving some of these functions to
go-script-bash, after realizing that `walk` is a standard (and shorter!)
term for processing file and directory paths and structures.
@mbland mbland self-assigned this Aug 24, 2017
@mbland mbland merged commit ca89c1c into master Aug 24, 2017
@mbland mbland deleted the walkers branch August 24, 2017 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant