mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-07 12:54:43 +00:00
5 lines
48 B
Bash
5 lines
48 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
pidof olcrtc >/dev/null 2>&1
|