#!/usr/bin/perl
use strict;

use Term::ExtendedColor qw(lookup);

$\ = "\n";
print for lookup(\@ARGV);
