mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-10-30 09:18:59 +08:00
5
test/mocks/uname_linux_armv8l
Executable file
5
test/mocks/uname_linux_armv8l
Executable file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user