3 lines
52 B
Bash
3 lines
52 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
/etc/init.d/"$1" version 2>&1 | grep "$2"
|