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