mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
4 lines
52 B
Bash
4 lines
52 B
Bash
|
#!/bin/sh
|
||
|
cd /opt/maubot
|
||
|
python3 -m maubot.cli "$@"
|