mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-12 16:13:45 -07:00
10 lines
228 B
Bash
Executable file
10 lines
228 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd "`dirname $(readlink -f ${0})`/../.."
|
|
|
|
docker run \
|
|
-v "`pwd`:/build/chiaki" \
|
|
-p 28771:28771 -ti \
|
|
chiaki-switch \
|
|
-c "/opt/devkitpro/tools/bin/nxlink -a $@ -s /build/chiaki/build_switch/switch/chiaki.nro"
|
|
|