5 lines
64 B
Plaintext
Raw Normal View History

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