6 lines
94 B
Bash
Executable File
6 lines
94 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
cd ~/Documents/Git/Z-Cast/
|
|
|
|
exec ~/miniconda3/envs/Zachjittery/bin/python main.py
|