autocommit

This commit is contained in:
LinuxSquare 2024-04-21 14:54:01 +02:00
parent 167179df7c
commit 046f1e8a8d
2 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
function broadcast() {
echo "$1 : $2"
podman exec "$1" "$2"
}

View file

@ -20,5 +20,5 @@ function server() {
help "$server"
log e "Unknown subcommand: '$2'"
esac
fi
fi
}