You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support for comments and empty lines in run_order file
This commit adds support for comments and empty lines in the
run_order.txt file. Comments must start with '#' character, without the
quotes. The following is now supported:
# === Install packages ===
# Browsers
google_chrome.sh
# Compilers
gcc-12.sh
python3.11.sh
openjdk17.sh
0 commit comments