diff options
| -rwxr-xr-x | scripts/gist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gist b/scripts/gist index ad08016..e12d77e 100755 --- a/scripts/gist +++ b/scripts/gist | |||
| @@ -48,12 +48,12 @@ | |||
| 48 | # * show this help message | 48 | # * show this help message |
| 49 | # gist (help | h) | 49 | # gist (help | h) |
| 50 | 50 | ||
| 51 | # define your environmemnts here | ||
| 52 | # TODO support auth prompt, remove personal info here | 51 | # TODO support auth prompt, remove personal info here |
| 53 | # TODO error handling, unit test | 52 | # TODO error handling, unit test |
| 54 | # TODO parallel branch works with json parsing on python | 53 | # TODO parallel branch works with json parsing on python |
| 55 | # TODO parallel branch works with wget and other stuff | 54 | # TODO parallel branch works with wget and other stuff |
| 56 | # completion | 55 | # TODO completion |
| 56 | # define your environmemnts here | ||
| 57 | #------------------- | 57 | #------------------- |
| 58 | github_api_token=$(cat $SETTING_DIR/tokens/github) | 58 | github_api_token=$(cat $SETTING_DIR/tokens/github) |
| 59 | user=typebrook | 59 | user=typebrook |