Bash Suggestions for gsd-tools/local-scripts/update-suse-urls #182
jasnow
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
@jasnow Do you want to take a stab at updating this via PR? Contributions welcome! 😄 I'm trying to get our contribution guide / getting started easier to follow, so let me know if you run into stumbling blocks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FYI: Starting up "sed" once is faster than multiple times.
Note the single "sed" execute the "-e" left-to-right.
Also (defensive programming)
handles when $FOUND is empty better than
Test example:
Beta Was this translation helpful? Give feedback.
All reactions