feat(L01): add BusyBox multicall console card

This commit is contained in:
user
2026-07-21 17:51:28 +02:00
commit 798e96b94b
39 changed files with 7204 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
schema: 1
targets:
native: {profile: native-amd64, actions: [build, test, run, debug]}
actions:
build: [bash, tools/card-action.sh, build]
test: [bash, tools/card-action.sh, test]
run: [bash, tools/card-action.sh, run]
debug: [bash, tools/card-action.sh, debug]
artifacts: {directory: .stem/artifacts}