mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-09-23 04:46:34 +02:00
6 lines
137 B
Bash
Executable File
6 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
|