mirror of
https://github.com/nvm-sh/nvm.git
synced 2026-05-06 23:46:08 +02:00
6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
|
|
if [ "_$1" = "_-n" ]; then
|
||
|
|
echo "amd64"
|
||
|
|
else
|
||
|
|
echo "amd64 i386"
|
||
|
|
fi
|