mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-15 23:49:36 -04:00
5 lines
149 B
Bash
Executable file
5 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)
|