diff options
Diffstat (limited to 'scripts/gist')
| -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 |