#!/bin/sh

if [ x$1 = x ]; then
	echo "Usage coda-cache {1,0} (on/off)"
	exit 1
fi

echo $1 > /proc/sys/coda/minicache
