1 2 3 4 5 6 7 8 9 10 11
#!/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"