Skip to content

Instantly share code, notes, and snippets.

@DoctorD90
DoctorD90 / ccache
Created August 14, 2015 13:25
My cache memory cleaner
#!/bin/bash
function mem_help() {
echo "*Clean up the memory*"
echo "Usage: $0 [Options]"
echo "Options:"
echo " -q, --quiet Run without printing output"
echo " -h, --help Print this help"
}
function mem_free() {