Update prepare client
This commit is contained in:
parent
a993459b97
commit
b41a18a01e
@ -1,5 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
function send_notification() {
|
||||
echo $@
|
||||
}
|
||||
|
||||
|
||||
function assert_success() {
|
||||
"${@}"
|
||||
local status=${?}
|
||||
|
Loading…
Reference in New Issue
Block a user