#!/bin/sh

if [[ -z "$FILENAME" ]] ; then
	exit 0
fi

/usr/bin/ramanage -f /etc/ramanage.conf -r "$FILENAME"
