mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-12 23:21:52 +00:00
6 lines
70 B
Plaintext
Executable File
6 lines
70 B
Plaintext
Executable File
if [ "_$1" = "_-n" ]; then
|
|
echo "amd64"
|
|
else
|
|
echo "amd64 i386"
|
|
fi
|