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

5 lines
64 B
Bash

#!/bin/bash
source venv/bin/activate
python3 post.py
deactivate