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 extra utils #97

Merged
merged 2 commits into from
Feb 23, 2023
Merged

Add extra utils #97

merged 2 commits into from
Feb 23, 2023

Conversation

agouin
Copy link
Member

@agouin agouin commented Feb 23, 2023

Bump infra-toolkit to v0.0.7 and bring in new utils

Copy link
Member

@mark-rushakoff mark-rushakoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One opportunity to reduce a little repetition, but that can happen later or never.

ln sh tail && \
ln sh tr && \
ln sh which && \
ln sh watch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to alphabetize this list, to make it clear where future entries belong.

Also have the option to write:

RUN for b in pwd ls tar cat ...; do ln sh $b; done

But it is fine as-is.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good idea, done

@agouin agouin merged commit fba2c37 into main Feb 23, 2023
@agouin agouin deleted the andrew/extra_utils branch February 23, 2023 19:16
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.

None yet

2 participants