7 lines
149 B
Bash
Executable File
7 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
cd ~/repos/t-youtube/backend
|
|
export PYROGRAM_WORKDIR=/Users/jimmyg
|
|
|
|
~/repos/t-youtube/backend/.venv/bin/python3 tg_filter.py 2>&1
|