docker-android/genymotion/example/start_compose.sh
2019-06-07 14:28:48 +07:00

4 lines
90 B
Bash
Executable file

#!/bin/bash
(export USER=$USER && export PASS=$PASS && docker-compose -f geny.yml up -d)