4 lines
84 B
Bash
4 lines
84 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
BASEPATH=`dirname $0`
|
||
|
$BASEPATH/venv/bin/python $BASEPATH/smart_brain.py
|