Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-20 | The shebang must be on the first line. Delete blanks and move comments. See ↵ | Joseph Mearman | |
SC1128. (#495) * The shebang must be on the first line. Delete blanks and move comments. See SC1128. https://github.com/koalaman/shellcheck/wiki/SC1128 * In POSIX sh, 'source' in place of '.' is undefined. https://github.com/koalaman/shellcheck/wiki/SC2039 | |||
2023-09-19 | style: :necktie: just to add an emoji to commit msg | Nate Sesti | |
2023-08-06 | Added a task to install all dependencies from top level without having to ↵ | Kirill Dubovitskiy | |
figure out commands in multiple sub projects. Developers should run this before the first debugging session and anytime they pull |