Skip to content

Instantly share code, notes, and snippets.

@karenetheridge
Created May 20, 2016 00:42
Show Gist options
  • Save karenetheridge/bbe90d7fc5d3e6831e43b33a89f4c365 to your computer and use it in GitHub Desktop.
Save karenetheridge/bbe90d7fc5d3e6831e43b33a89f4c365 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use strict;
use warnings;
# PODNAME: command-line utility to nopaste
use App::Nopaste::Command;
if (my $url = App::Nopaste::Command->new_with_options->run) {
print $url;
print "\n";
}
__END__
=pod
=head1 DESCRIPTION
See the documentation of L<App::Nopaste::Command>.
=cut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment