Run trivial check if the compiled binary works on the architecture. Signed-off-by: Paul Spooren <mail@aparcar.org>
3 lines
49 B
Bash
3 lines
49 B
Bash
#!/bin/sh
|
|
|
|
syncthing --version | grep "${2%%-*}"
|