mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-07 01:40:35 +00:00
5 lines
52 B
Bash
5 lines
52 B
Bash
#!/bin/sh
|
|
set -e
|
|
light -I
|
|
exec chpst -b light pause
|