h69k/config/check-uname.sh
2024-09-29 22:35:28 +08:00

2 lines
42 B
Bash
Executable File

[ "$(uname)" = "$1" ] && echo y || echo n