chore(cleanup): remove legacy OS technology demo

This commit is contained in:
Alex Zenla
2024-07-16 18:52:41 -07:00
parent 9e91ffe065
commit e6f4c77b01
7 changed files with 0 additions and 272 deletions

View File

@ -5,4 +5,3 @@ REAL_SCRIPT="$(realpath "${0}")"
cd "$(dirname "${REAL_SCRIPT}")/../.."
find hack -type f -name '*.sh' -print0 | xargs -0 shellcheck -x
find os/internal -type f -name '*.sh' -print0 | xargs -0 shellcheck -x