1
0
mirror of https://git.sr.ht/~thestr4ng3r/chiaki synced 2025-03-12 05:25:23 -07:00
chiaki/scripts/switch/run-docker-build-chiaki.sh
2020-08-13 18:51:29 +02:00

11 lines
188 B
Bash
Executable File

#!/bin/bash
cd "`dirname $(readlink -f ${0})`/../.."
docker run \
-v "`pwd`:/build/chiaki" \
-t \
thestr4ng3r/chiaki-build-switch \
-c "cd /build/chiaki && scripts/switch/build.sh"