bash (branch)
Similar to kotlin (branch) there is origin/bash that is also wired up with helpful scripts.
Excerpt from the README on this branch is:
Helpful scripts:
- snapshot_with_main.sh - Runs
bash/main.sh, if the command is successful, it will commit the changes. As well as record the output and a way to reproduce the command with the change.gt.snapshot --helpfor more info. Also copies the code ofmain.shto the clipboard. - intellij.open-main-file.sh - Opens the main
main.shfile in IntelliJ IDEA. - git.push.sh - Pushes the current branch to the remote repository.
Backlinks