h69k/config/check-uname.sh

2 lines
42 B
Bash
Raw Normal View History

2024-09-29 14:35:28 +00:00
[ "$(uname)" = "$1" ] && echo y || echo n