3 lines
39 B
Bash
3 lines
39 B
Bash
#!/bin/sh
|
|
|
|
kresd --version | grep "$2"
|
#!/bin/sh
|
|
|
|
kresd --version | grep "$2"
|