diff options
author | typebrook <typebrook@gmail.com> | 2020-02-06 10:50:32 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-06 10:50:32 +0800 |
commit | 6e1a98847ea2ed4a4b58048ca43087b0e35e5250 (patch) | |
tree | 8a81b445cb372771a2c136105c7308bbc666dc52 | |
parent | 2d86c1013eb944eb6bc011c63209bf3363595ee8 (diff) |
update
-rwxr-xr-x | scripts/gist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gist b/scripts/gist index df7c745..c9dfde1 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -155,6 +155,7 @@ http_method() { | |||
155 | esac | 155 | esac |
156 | } | 156 | } |
157 | 157 | ||
158 | # TODO Split into 2 funcs for filter and display | ||
158 | # Show the list of gist, but not updated time | 159 | # Show the list of gist, but not updated time |
159 | _show_list() { | 160 | _show_list() { |
160 | if [[ ! -e $INDEX ]]; then | 161 | if [[ ! -e $INDEX ]]; then |