docker-android/genymotion/example/start_compose.sh

4 lines
90 B
Bash
Raw Normal View History

#!/bin/bash
2019-06-07 08:28:48 +01:00
(export USER=$USER && export PASS=$PASS && docker-compose -f geny.yml up -d)