6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /home/kavlar/work/python/ai
|
|
source bin/activate
|
|
python send_tasks.py
|