mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-11-16 10:05:53 +01:00
6 lines
189 B
Plaintext
6 lines
189 B
Plaintext
|
|
if [ "_$1" = "_-m" ]; then
|
||
|
|
echo "x86_64"
|
||
|
|
else
|
||
|
|
echo "Darwin foo.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64"
|
||
|
|
fi
|