|
8 years ago | |
---|---|---|
.. | ||
README.md | 8 years ago | |
__init__.py | 8 years ago | |
script.py | 8 years ago |
This neuron runs a script located on the Kalliope system.
parameter | required | default | choices | comment |
---|---|---|---|---|
path | YES | The path of the script to execute. |
No returned values
Simple example :
- name: "run-simple-script"
signals:
- order: "Run the script"
neurons:
- script:
path: "/path/to/script.sh"
Note: Kalliope must have the rights to run the script. Note: Kalliope can be used to grant access to an user with lower rights ... !