6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
source $(dirname $0)/shelly.conf
|
||
|
|
||
|
$ROOT_DIR/put_script $SHELLY_HOST $SCRIPT_ID $ROOT_DIR/$SCRIPT_FILENAME
|