mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-07-10 09:54:43 -06:00
6 lines
149 B
Bash
Executable File
6 lines
149 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
# This script assumes that Docker is installed
|
|
|
|
docker run -it --rm -v $(pwd):/mnt opensauce04/azahar-build-environment:$(uname -m)
|