h69k/config/check-uname.sh
2024-11-13 21:14:54 +08:00

2 lines
42 B
Bash
Executable File

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