2 lines
44 B
Bash
2 lines
44 B
Bash
#!/bin/sh
|
|
miniflux.app -version | grep "$2"
|
#!/bin/sh
|
|
miniflux.app -version | grep "$2"
|