5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
|
#!/bin/bash
|
||
|
source venv/bin/activate
|
||
|
python3 post.py
|
||
|
deactivate
|