4 lines
66 B
Bash
4 lines
66 B
Bash
|
#!/bin/sh
|
||
|
alembic upgrade head
|
||
|
python -m matrix_bot_praying_times
|