mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-02-18 21:16:20 +01:00
4 lines
136 B
Bash
4 lines
136 B
Bash
#!/bin/bash
|
|
|
|
docker run -it --mount type=bind,src="$(pwd)",target="/workdir" polprzewodnikowy/sc64env:0.9 /bin/bash -c "make clean all"
|