5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
odroid-led
|
||
|
exec chpst -b odroid-led pause
|