4 lines
64 B
Bash
4 lines
64 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
/etc/init.d/"${1}" version 2>/dev/null | grep "${2}"
|