mirror of
https://github.com/coolsnowwolf/lede
synced 2025-01-07 07:46:47 +08:00
2 lines
42 B
Bash
Executable File
2 lines
42 B
Bash
Executable File
[ "$(uname)" = "$1" ] && echo y || echo n
|