fix: add missing copyright notice
parent
30700fc4e7
commit
ffac2ef78b
|
@ -1,6 +1,10 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Use this script to test if a given TCP host/port are available
|
# Use this script to test if a given TCP host/port are available
|
||||||
|
|
||||||
|
# The MIT License (MIT)
|
||||||
|
# Copyright (c) 2016 Giles Hall
|
||||||
|
# Source: https://github.com/vishnubob/wait-for-it
|
||||||
|
|
||||||
WAITFORIT_cmdname=${0##*/}
|
WAITFORIT_cmdname=${0##*/}
|
||||||
|
|
||||||
echoerr() { if [[ $WAITFORIT_QUIET -ne 1 ]]; then echo "$@" 1>&2; fi }
|
echoerr() { if [[ $WAITFORIT_QUIET -ne 1 ]]; then echo "$@" 1>&2; fi }
|
||||||
|
|
Loading…
Reference in New Issue