2024-04-09 00:38:52 +04:00

5 lines
64 B
Bash

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