mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-09 04:37:41 +08:00
4 lines
53 B
Bash
4 lines
53 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
/etc/init.d/"$1" version 2>&1 | grep "$2"
|