summaryrefslogtreecommitdiff
path: root/Meta/lint-missing-resources.sh
AgeCommit message (Collapse)Author
2021-11-02Meta: Use grep -E/F, not grep -Pthislooksfun
grep -E and -F are POSIX standard, and meets all our matching needs.
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-12Shell: Move to Userland/Shell/Andreas Kling
2020-12-27Meta: Set 'pipefail' option correctly in shell scriptsLinus Groh
This needs '-o' to work correctly. Also update the shebang to bash in some scripts as shellcheck was complaining about pipefail not being a POSIX shell thing otherwise.
2020-07-29Meta: Find potentially missing resourcesBen Wiederhake