diff --git a/prepare_client.sh b/prepare_client.sh index 62f08ccc..1c572e68 100755 --- a/prepare_client.sh +++ b/prepare_client.sh @@ -1,5 +1,11 @@ #!/bin/bash + +function send_notification() { + echo $@ +} + + function assert_success() { "${@}" local status=${?}