nvm/test/mocks/isainfo_amd64
2021-07-15 20:01:57 -04:00

6 lines
70 B
Plaintext

if [ "_$1" = "_-n" ]; then
echo "amd64"
else
echo "amd64 i386"
fi