5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
cd /home/westfarn/Documents/repos/smart_trading
|
|
. venv/bin/activate
|
|
python scrap_options_data.py
|