mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 06:11:51 +00:00
6 lines
157 B
Plaintext
Executable File
6 lines
157 B
Plaintext
Executable File
if [ "_$1" = "_-m" ]; then
|
|
echo "armv8l"
|
|
else
|
|
echo "Linux 3.18.14-14721103 #1 SMP PREEMPT Thu Mar 5 20:35:37 KST 2020 armv8l armv8l armv8l GNU/Linux"
|
|
fi
|