#!/usr/local/bin/perl -w

use blib;

use AFS::Utils qw (unlog);

system "tokens";

unlog;

system "tokens";
