aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist1
1 files changed, 0 insertions, 1 deletions
diff --git a/gist b/gist
index 7725f51..f3dd8a7 100755
--- a/gist
+++ b/gist
@@ -283,7 +283,6 @@ _show_list() {
283} 283}
284 284
285# Grep description, filename or file content with a given pattern 285# Grep description, filename or file content with a given pattern
286# TODO support filenames, file contents
287# TODO add option to configure case-sensitive 286# TODO add option to configure case-sensitive
288_grep_content() { 287_grep_content() {
289 if [[ -z $1 ]]; then echo 'Please give a pattern' && return 1; fi 288 if [[ -z $1 ]]; then echo 'Please give a pattern' && return 1; fi