lede/config/check-uname.sh

2 lines
42 B
Bash
Raw Permalink Normal View History

2025-04-28 15:31:05 +08:00
[ "$(uname)" = "$1" ] && echo y || echo n