#!/usr/bin/perl -w
use English;
unshift (@ARGV,"out");
print STDERR "Use of tbswapout is deprecated!\n"; print STDERR "Use 'tbswap' instead.\n";
exec "@prefix@/bin/tbswap", @ARGV; die("tbswapout: Could not exec tbswap: $!");