h69k/config/check-uname.sh

2 lines
42 B
Bash
Raw Permalink Normal View History

2024-11-13 21:14:54 +08:00
[ "$(uname)" = "$1" ] && echo y || echo n