mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-12 07:01:50 +00:00
6 lines
123 B
Plaintext
Executable File
6 lines
123 B
Plaintext
Executable File
if [ "_$1" = "_-m" ]; then
|
|
echo "i86pc"
|
|
else
|
|
echo "SunOS dev 5.11 joyent_20150219T102159Z i86pc i386 i86pc Solaris"
|
|
fi
|