Update prepare client

This commit is contained in:
InsanusMokrassar 2022-04-09 13:20:27 +00:00
parent a993459b97
commit b41a18a01e
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
#!/bin/bash #!/bin/bash
function send_notification() {
echo $@
}
function assert_success() { function assert_success() {
"${@}" "${@}"
local status=${?} local status=${?}