mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-06 14:52:42 +00:00
This can be used to simplify host os tests in various places Signed-off-by: Felix Fietkau <nbd@nbd.name>
2 lines
42 B
Bash
Executable File
2 lines
42 B
Bash
Executable File
[ "$(uname)" = "$1" ] && echo y || echo n
|