5 行
83 B
Bash
実行ファイル
5 行
83 B
Bash
実行ファイル
#!/bin/sh
|
|
#
|
|
BASEPATH=`dirname $0`
|
|
$BASEPATH/venv/bin/python $BASEPATH/powerplug.py
|