mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-27 18:04:47 +00:00
8 lines
121 B
Bash
8 lines
121 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
|
||
|
|
# Wait for Connect to be ready before exiting
|
||
|
|
while [ ! -f $SAUCE_CONNECT_READY_FILE ]; do
|
||
|
|
sleep .5
|
||
|
|
done
|