discord-bot/cobuild/try

7 lines
232 B
Text
Raw Normal View History

2024-12-22 18:15:24 +01:00
#!/bin/bash
set -e
common/build cobuild --tag matfyz-help-bot-test
podman rm -if matfyz-help-bot-test
podman create --name matfyz-help-bot-test --hostname matfyz-help-bot-test matfyz-help-bot-test
podman start matfyz-help-bot-test