mirror of
https://github.com/azahar-emu/azahar
synced 2026-04-23 09:23:56 +00: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
|