A set of bash-based scripts I have created to solve various issues I have ran into
| Script | Description | Use |
|---|---|---|
| ghp | Run git add . / git commit -m "" / git push -u origin [Current Branch] | ghp COMMENT MESSAGE HERE |
| fork_update | Will either push changes to branch and then delete the branch, or will update the dev branch | fork_update |
| vs_export.sh | 3 different ways to get your vs code settings | ./vs_export.sh then [1-3] |
| starlarker | Converts .star files to .yml files for easier reading. Goes off current directory (assuming a .drone.star file exist) | starlarker |