6 lines
163 B
Bash
Executable File
6 lines
163 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /home/zach/GitProjects/pylaunch
|
|
|
|
exec /home/zach/GitProjects/pylaunch/venv/bin/python main.py >> /home/zach/GitProjects/pylaunch/pylaunch.log 2>&1
|