Skip to content

🐌 v2.5.1 πŸžπŸšžπŸ•΅οΈ

Compare
Choose a tag to compare
@oldratlee oldratlee released this 05 Dec 05:39
· 35 commits to dev-2.x since this release

repo-icon

🐞 BugFix

  • c: wrong exit code with -q option 🐞

πŸ› οΈ Improvements/Refactor

  • use ${array[@]:-}/${array[@]:+} to simplify codes 🚞
  • use file descriptor number instead of /dev/std* (issue #114 summitted by @wushengde)
  • console-text-color-themes.sh, improve robustness/portability:
    • use BASH_SOURCE array to detect whether this script is sourced or not πŸ•΅οΈ
    • use printf πŸ’ͺ instead of echo
    • use if instead of &&
    • remove global var declare if possible

πŸ“š Documentation

  • add more resources of bash πŸ“š

Have Fun! πŸ’•
2023-12-05