mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-03 16:53:48 +00:00
4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
docker run -v $(pwd):/citra ubuntu:16.04 /bin/bash /citra/.travis/linux/docker.sh
|