aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist4
1 files changed, 1 insertions, 3 deletions
diff --git a/gist b/gist
index 84332f2..0cfca1e 100755
--- a/gist
+++ b/gist
@@ -50,11 +50,10 @@
50# It is your business to do git commit and git push 50# It is your business to do git commit and git push
51 51
52# TODO Add bat tests 52# TODO Add bat tests
53# TODO IF in pipe, do not apply configure 53# TODO Add mark when user is in repo
54# TODO change gist from public to private or reverse versa 54# TODO change gist from public to private or reverse versa
55# TODO feature to exclude tag-value or grep-string 55# TODO feature to exclude tag-value or grep-string
56# TODO Save HEADER with wget and httpie 56# TODO Save HEADER with wget and httpie
57# TODO codebase statistics, like C++ or something
58 57
59configuredClient="" 58configuredClient=""
60 59
@@ -342,7 +341,6 @@ _print_records() {
342 cat 341 cat
343 fi 342 fi
344 343
345
346 [[ -z $INPUT ]] && _show_hint || true 344 [[ -z $INPUT ]] && _show_hint || true
347} 345}
348 346