NAME

App::Nopaste::Service::Pastedance - paste to any Pastedance instance

SYNOPSIS

cat << "EOS" > ~/bin/pd
#!/usr/bin/env perl

export PASTEDANCE_URL= # if unset it defaults to http://pb.rbfh.de/
exec nopaste -s Pastedance "$@"
EOS