This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
code:="Code to post goes here" ;Change this to create the new text for the Gist | |
access_token:="" ;Your Github access token goes here if you want to publish it to your Gist list | |
filename:="mygit.txt" ;change this to whatever you want your file name to be | |
description:="my description" ;This is where you would have a description for your Gist | |
PostAsGist(code, filename, description) | |
return | |
PostAsGist(code, filename, description, access_token="") | |
{ |
NewerOlder