mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-09 20:15:14 +02:00
4 lines
59 B
Bash
Executable file
4 lines
59 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
odroid-led
|
|
exec chpst -b odroid-led pause
|