mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-08 08:06:28 +00:00
4 lines
97 B
Bash
Executable File
4 lines
97 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
docker run -v $(pwd):/yuzu ubuntu:18.04 /bin/bash /yuzu/.travis/linux/docker.sh
|