diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-01-05 10:11:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-05 10:11:40 +0700 |
commit | f9947e3c53499585ee21846cd0da930d7a1393ee (patch) | |
tree | 7ae9d82c9dfa5cf94ff6387c40c939ce80f907b4 /network/pastebincl/README | |
parent | 68711929def20c0466759db66222798bad5402e6 (diff) | |
download | slackbuilds-f9947e3c53499585ee21846cd0da930d7a1393ee.tar.gz |
network/pastebincl: Added (submit pastes on Pastebin).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/pastebincl/README')
-rw-r--r-- | network/pastebincl/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/pastebincl/README b/network/pastebincl/README new file mode 100644 index 0000000000..e66c67ef77 --- /dev/null +++ b/network/pastebincl/README @@ -0,0 +1,7 @@ +PastebinCL is a small program designed for UNIX based systems +to quickly paste any piece of text to Pastebin.com. + +Pass the script your Developer API Key: API_KEY=my_api_key_here ./pastebincl.SlackBuild + +Get your Pastebin Developer API Key on this page : http://pastebin.com/api +(you must register to http://pastebin.com, it's free) |