Skip to content

Instantly share code, notes, and snippets.

View Mulder90's full-sized avatar

Lorenzo Cinque Mulder90

View GitHub Profile
@schmurfy
schmurfy / mount-ram.sh
Created September 11, 2011 00:13 — forked from koshigoe/mount-ram.sh
Like tmpfs in Mac OSX
#!/bin/sh
# This program has two feature.
#
# 1. Create a disk image on RAM.
# 2. Mount that disk image.
#
# Usage:
# $0 <dir> <size>
#