#!/bin/bash
# Used by the mirroring user to refresh the nfs cache before doing a mirroring run.

echo 3 >/proc/sys/vm/drop_caches
