diff options
author | typebrook <typebrook@gmail.com> | 2020-02-06 16:01:36 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-06 16:01:36 +0800 |
commit | 63b3579c9eee8647211887e777a638a04bac50b0 (patch) | |
tree | 6458a2b0b528dbc112075e1e901793a257677228 /scripts/gist | |
parent | 2a4787d08724acb06e2a4c898a5484d35724f9a3 (diff) |
update
Diffstat (limited to 'scripts/gist')
-rwxr-xr-x | scripts/gist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index f7cb645..2ac7fd7 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -315,7 +315,6 @@ _goto_gist() { | |||
315 | echo $folder/$GIST_ID | 315 | echo $folder/$GIST_ID |
316 | } | 316 | } |
317 | 317 | ||
318 | # TODO Add confirmation | ||
319 | _delete_gist() { | 318 | _delete_gist() { |
320 | read -r -p "Delete gists above? [y/N] " response | 319 | read -r -p "Delete gists above? [y/N] " response |
321 | response=${response,,} | 320 | response=${response,,} |