6 lines
94 B
Bash
6 lines
94 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
[ "$1" = mpremote ] || exit 0
|
||
|
|
||
|
mpremote version | grep -Fx "mpremote $PKG_VERSION"
|