mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-01 08:05:09 +02:00
5 lines
69 B
Bash
Executable file
5 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
exec 2>&1
|
|
set -e
|
|
odroid-led
|
|
exec chpst -b odroid-led pause
|