6 lines
132 B
Bash
6 lines
132 B
Bash
#!/bin/sh
|
|
|
|
if [ ! -f wait-for-it.sh ]; then
|
|
wget https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh
|
|
fi
|