Initial commit

This commit is contained in:
2026-08-08 19:07:56 -07:00
commit a7b562b277
5 changed files with 172 additions and 0 deletions

4
run.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
docker build -t br2-efinix .
docker run --mount type=bind,source=./mount,target=/mount -w /mount br2-efinix ./build.sh