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

Remove bashisms from get_latest_dumps.sh #135

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Freso
Copy link

@Freso Freso commented May 13, 2021

This script is not that complicated and doesn’t use a lot of the features of bash, so in case people want to run this using dash (for lower overhead) or any other POSIX compliant shell, changing the bashisms in this script allow them to do just this.

Freso added 2 commits May 14, 2021 00:26
Not sure why first line is currently just a `#`, but for this to be
launchable it ought to be a shebang (`#!`).

https://en.wikipedia.org/wiki/Shebang_(Unix)
This script is not that complicated and doesn’t use a lot of the
features of bash, so in case people want to run this using dash (for
lower overhead) or any other POSIX compliant shell, changing the
bashisms in this script allow them to do just this.
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.

1 participant