#!/usr/bin/env perl
use strict;
use warnings;
use utf8;

print join(' ', 'curl', @ARGV);
print "\n";

__END__
