aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/gist2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist
index 1e83612..e3fedad 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -39,6 +39,7 @@
39# gist [clean | C] 39# gist [clean | C]
40 40
41# define your environmemnts here 41# define your environmemnts here
42# TODO support auth prompt
42#------------------- 43#-------------------
43github_api_token=$(cat $SETTING_DIR/tokens/github) 44github_api_token=$(cat $SETTING_DIR/tokens/github)
44user=typebrook 45user=typebrook
@@ -133,7 +134,6 @@ _show_detail() {
133} 134}
134 135
135# create a new gist with files 136# create a new gist with files
136# TODO support folder of files
137_create_gist() { 137_create_gist() {
138 echo -n 'description: ' 138 echo -n 'description: '
139 read DESC 139 read DESC