5 lines
80 B
Bash
5 lines
80 B
Bash
|
#!/bin/env bash
|
||
|
cd "$(dirname "$0")"
|
||
|
source bin/activate
|
||
|
python frame_opencv.py
|