summaryrefslogtreecommitdiffhomepage
path: root/scripts/gist
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-01-13 00:43:38 +0800
committertypebrook <typebrook@gmail.com>2020-01-13 00:43:38 +0800
commitebf3cb0a8fd0c25be49c4e1bf65573bb3ee74446 (patch)
tree7af0be8039aed3b6aabf3f28616aa5504059a896 /scripts/gist
parent0b53806a2c0b398f2c7c631220f51d5615429ecd (diff)
update
Diffstat (limited to 'scripts/gist')
-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