mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-06 21:12:04 -07:00
11 lines
190 B
Bash
Executable file
11 lines
190 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd "`dirname $(readlink -f ${0})`/../.."
|
|
|
|
docker run \
|
|
-v "`pwd`:/build/chiaki" \
|
|
-w "/build/chiaki" \
|
|
-t \
|
|
thestr4ng3r/chiaki-build-switch \
|
|
-c "scripts/switch/build.sh"
|
|
|