Skip to content

Instantly share code, notes, and snippets.

View acorbe's full-sized avatar
🔧

Alessandro Corbetta acorbe

🔧
View GitHub Profile
@acorbe
acorbe / ramdisk.sh
Last active August 29, 2015 14:06 — forked from rxin/ramdisk.sh
#!/bin/bash
# From http://tech.serbinn.net/2010/shell-script-to-create-ramdisk-on-mac-os-x/
#
ARGS=2
E_BADARGS=99
if [ $# -ne $ARGS ] # correct number of arguments to the script;
then