__ ____ ___ ____ ____ ______/ /____ / __ `__ \/ __ \/ __ `/ ___/ __/ _ \ / / / / / / /_/ / /_/ (__ ) /_/ __/ /_/ /_/ /_/ .___/\__,_/____/\__/\___/ /_/ GIT REPOSITORY ============== https://git.thomasvoss.com/mpaste USAGE INSTRUCTIONS ================== Simply POST a file with a valid API key. With curl(1) ------------ # Upload a file curl -X POST -F 'data=@FILENAME' https://paste.thomasvoss.com # Upload standard input COMMAND | curl -X POST -F 'data=@/dev/stdin' https://paste.thomasvoss.com OR curl -X POST -F 'data=@/dev/stdin' https://paste.thomasvoss.com