mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-03 09:05:37 +08:00
8 lines
124 B
Bash
Executable File
8 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
|