Skip to content

v2.1.0 πŸ¦„πŸ‘¨β€πŸš’

Choose a tag to compare

@oldratlee oldratlee released this 18 Feb 15:45
· 167 commits to dev-2.x since this release

New Features

  1. add new script uq πŸ¦„
    https://github.com/oldratlee/useful-scripts/blob/dev-2.x/docs/shell.md#-uq
  2. show-busy-java-threads:
    • support: set count 0 to show all threads

Improvements

  • bash strict mode β›‘
    • use set -eEuo pipefail
    • use $* instead of $@ in string
    • use if-else instead of &&/||
    • use $() instead of ``
  • add travis-ci πŸ‘¨β€πŸš’
  • add/use shUnit2 lib for Unit Test #39 β˜‚οΈ
  • improve multiply var declaration/read
    • read multiply var instead array
    • simplify the multiply local var deceleration

Code Cleanup

  • add .gitignore/.editorconfig

Have Fun! πŸ’•
2021-2-28