nvm/test/mocks/uname_smartos_amd64

6 lines
123 B
Plaintext
Executable File

if [ "_$1" = "_-m" ]; then
echo "i86pc"
else
echo "SunOS dev 5.11 joyent_20150219T102159Z i86pc i386 i86pc Solaris"
fi