chiaki/scripts/switch/dev-container.sh
2025-06-09 12:20:27 +02:00

10 lines
187 B
Bash
Executable file

#!/bin/bash
cd "`dirname $(readlink -f ${0})`/../.."
podman run --rm \
-v "`pwd`:/build/chiaki" \
-w "/build/chiaki" \
-it \
quay.io/thestr4ng3r/chiaki-build-switch:v3 \
/bin/bash