mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-26 15:44:14 +01:00
4 lines
136 B
Bash
Executable File
4 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker run -it --mount type=bind,src="$(pwd)",target="/workdir" polprzewodnikowy/sc64env:0.9 /bin/bash -c "make clean all"
|