Files
docker-android/genymotion/example/start_compose.sh
T

4 lines
117 B
Bash
Raw Normal View History

2018-08-11 19:38:47 +02:00
#!/bin/bash
(export USER=$USER && export PASS=$PASS && export LICENSE=$LICENSE && docker-compose -f geny.yml up -d)