Skip to content

Scripts

Ryan Parman edited this page Apr 1, 2024 · 1 revision

Important

All of these scripts assume use of GNU CLI tools instead of the BSD CLI tools that come with macOS.

Re-generate the workflows

find .github/workflows/ -type f -name "build-*.yml" \
    | xargs -I% bash -c 'cat "%" \
    | grep "^# 2." \
    | sed -r "s|# 2. ||"'