Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 335 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 335 Bytes

Ramdisk_macOS

This tools only for my Mac

Using Way:

Default is mount 1GB.

1.Mount: Ramdisk.sh number(Size MB) like 1GB-> Ramdisk.sh 1024

2.Umount: Ramdisk.sh umount

Recommand add the script with alias in bash

Zsh

replace [Your Script path]

echo "alias ram_disk=\"[Your Script path]\"" >> ~/.zshrc