autocommit
This commit is contained in:
parent
9838b178dd
commit
b2ba664349
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
function broadcast() {
|
function broadcast() {
|
||||||
podman exec "$1" $2
|
podman exec -it "$1" $2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue