This can be used to simplify host os tests in various places Signed-off-by: Felix Fietkau <nbd@nbd.name>
1 line
42 B
Bash
Executable file
1 line
42 B
Bash
Executable file
[ "$(uname)" = "$1" ] && echo y || echo n
|