mirror of
https://github.com/nvm-sh/nvm.git
synced 2026-07-19 05:18:22 +08:00
6 lines
156 B
Plaintext
Executable File
6 lines
156 B
Plaintext
Executable File
if [ "_$1" = "_-m" ]; then
|
|
echo "loongarch64"
|
|
else
|
|
echo "Linux foo 6.12.54-16k #0 SMP PREEMPT_DYNAMIC Fri Dec 5 12:35:43 UTC loongarch64 GNU/Linux"
|
|
fi
|