mirror of
https://github.com/Rushilwiz/pushup-contest.git
synced 2025-04-04 02:30:16 -04:00
5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
cd /home/rushilwiz/pushup
|
|
source venv/bin/activate
|
|
python3 manage.py generate_stock
|