mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 18:53:40 -04:00
5 lines
137 B
Bash
Executable file
5 lines
137 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
|