maritalk-bot/runner

5 lines
64 B
Plaintext
Raw Normal View History

2023-03-06 06:26:58 +01:00
#!/bin/bash
source venv/bin/activate
python3 post.py
deactivate