chore(cleanup): remove legacy OS technology demo (#256)

This commit is contained in:
Alex Zenla
2024-07-16 19:02:47 -07:00
committed by GitHub
parent 6b91f0be94
commit 28d63d7d70
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