1
0
Fork 0
fediverse-bots/maritalk-bot/runner

5 lines
64 B
Plaintext
Raw Normal View History

2024-04-08 16:38:52 -04:00
#!/bin/bash
source venv/bin/activate
python3 post.py
deactivate