Skip to content

Instantly share code, notes, and snippets.

@mussatto
Created August 11, 2015 12:27
Show Gist options
  • Save mussatto/1630fdac4e01a020ae30 to your computer and use it in GitHub Desktop.
Save mussatto/1630fdac4e01a020ae30 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo mkdir /tmp/ramdisk; sudo chmod 777 /tmp/ramdisk
sudo mount -t tmpfs -o size=400M tmpfs /tmp/ramdisk/
cp -R /home/vitor.mussatto/dev/jdk1.8.0_45 /tmp/ramdisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment