mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
7 lines
124 B
Bash
Executable file
7 lines
124 B
Bash
Executable file
#!/bin/bash
|
|
|
|
|
|
# Wait for Connect to be ready before exiting
|
|
while [ ! -f $BROWSER_PROVIDER_READY_FILE ]; do
|
|
sleep .5
|
|
done
|