5 lines
137 B
Bash
5 lines
137 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# We just started we have to update the Gpios status
|
||
|
|
/usr/bin/phosphor-multi-gpio-monitor --config /usr/share/gpios/test.json
|