#!/usr/local/bin/perl

use AFS flushvolume;

$dir = shift;

$ok  = flushvolume($dir);

print "AFS::CODE = $AFS::CODE\n";
print "ok = $ok\n";

