#!/bin/bash # (macOS) tee ja mounttaa 5 GB Ram-Levy diskutil erasevolume hfs+ Ram-Levy $(hdiutil attach -nomount ram://10000000 ) # (Linux) # mount -t tmpfs -o size=5g tmpfs /mnt