clbin(1)                          CLBIN                          clbin(1)

NAME
    clbin: command line pastebin:

SYNOPSIS
    <command> | curl -F 'clbin=<-' https://clbin.com

DESCRIPTION
    add ?<hl> to resulting url for line numbers and syntax highlighting. 

EXAMPLES
    ~$ cat hello-world.c | curl -F 'clbin=<-' https://clbin.com
    https://clbin.com/y94KD
    ~$ iceweasel https://clbin.com/y94KD?hl

    With helper function below...

    ~$ ps auxf | clbin
    https://clbin.com/jRxWf
    ~$ clbin netstat -tlnaepw
    https://clbin.com/tK2cF

IMAGE SUPPORT
    No longer supported.

/*
    ~$ ls
    some-image.jpg
    ~$ curl -F 'clbin=@some-image.jpg' https://clbin.com
    https://clbin.com/8ONlOp.jpg

    Simple screenshot example:

    ~$ scrot -e 'curl -F "clbin=@$f" https://clbin.com'

    File types:
        png, jpg, jpeg, gif
*/

SEE ALSO
    http://sprunge.us