-
Notifications
You must be signed in to change notification settings - Fork 1
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.
find .github/workflows/ -type f -name "build-*.yml" \
| xargs -I% bash -c 'cat "%" \
| grep "^# 2." \
| sed -r "s|# 2. ||"'
Content licensed under CC BY-SA.