#!/usr/local/bin/perl

use blib;
use strict;
use warnings;

use AFS::Utils qw (unlog);

system "tokens";

unlog;

system "tokens";
