mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 06:24:40 +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
|