This commit is contained in:
Eliot Whalan 2016-06-19 17:50:10 +10:00
parent cafc2a8f98
commit f1b83223a1
No known key found for this signature in database
GPG Key ID: C0A42175139840D6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ const (
ADDRESS = "http://localhost:9900"
LENGTH = 6
PASTEARGS = ADDRESS + "/p/{PASTE}/(python|language)\n"
URLARGS = ADDRESS + "save/XML|JSON\n"
URLARGS = ADDRESS + "/save/XML|JSON\n"
SOURCE = "Source: https://github.com/ewhal/Pastebin\n"
TEXT = "$ <command> | curl -F 'p=<-' " + ADDRESS + "\n" + PASTEARGS + URLARGS + SOURCE
PORT = ":9900"