mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
8 lines
154 B
Bash
Executable File
8 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker run \
|
|
--rm \
|
|
--mount type=bind,src="$(pwd)",target="/workdir" \
|
|
ghcr.io/polprzewodnikowy/sc64env:v1.2 \
|
|
./build.sh $@
|