autocommit
This commit is contained in:
parent
167179df7c
commit
046f1e8a8d
2 changed files with 14 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
function broadcast() {
|
||||
echo "$1 : $2"
|
||||
podman exec "$1" "$2"
|
||||
}
|
||||
|
|
|
@ -20,5 +20,5 @@ function server() {
|
|||
help "$server"
|
||||
log e "Unknown subcommand: '$2'"
|
||||
esac
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue