maubot/docker/mbc.sh

4 lines
67 B
Bash
Raw Permalink Normal View History

2020-02-25 18:04:57 -05:00
#!/bin/sh
export PYTHONPATH=/opt/maubot
2020-02-25 18:04:57 -05:00
python3 -m maubot.cli "$@"