nico a95b9cad25 8 years ago
..
README.md a95b9cad25 8 years ago
__init__.py b90c247bbc 8 years ago
script.py b46752638f 8 years ago

README.md

script

Synopsis

This neuron runs a script located on the Kalliope system.

Options

parameter required default choices comment
path YES The path of the script to execute.

Return Values

No returned values

Synapses example

Simple example :

  - name: "run-simple-script"
    signals:
      - order: "Run the script"
    neurons:
      - script:
          path: "/path/to/script.sh"    

Notes

Note: Kalliope must have the rights to run the script. Note: Kalliope can be used to grant access to an user with lower rights ... !