11 lines
110 B
Bash
Executable File
11 lines
110 B
Bash
Executable File
#!/bin/env sh
|
|
|
|
path=$(dirname "$(realpath "$0")")
|
|
|
|
cd $path
|
|
|
|
source ./venv/bin/activate
|
|
|
|
python ./dyfi.py $@
|
|
|