mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 02:27:18 +01:00
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
|