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