Skip to content

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 26 Apr 14:54
· 2 commits to main since this release

Change Log

[0.0.5] - 2026-04-26

Added

  • feat: forarray - For loop over array elements

[0.0.4] - 2026-04-26

Added

  • feat: function - Define a function in Bash

[0.0.3] - 2026-04-26

Added

  • feat: case - Case statement for pattern matching

[0.0.2] - 2026-04-26

Added

  • feat: #!/usr/bin/env - Shebang template with script description
  • feat: scriptdir - Get the directory of the currently running script
  • feat: fori - C-style for loop iterating N times
  • feat: readlinefile - Read a file line by line
  • feat: readlinecommand - Read command output line by line
  • feat: readlinevariable - Read a variable content line by line

[0.0.1] - 2026-04-26

  • feat: initial commit