4 lines
87 B
Bash
Executable File
4 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
BASEPATH=`dirname $0`
|
|
$BASEPATH/venv/bin/python $BASEPATH/remote_control.py |