Skip to content

Instantly share code, notes, and snippets.

@8573
Forked from Aceeri/filter.bash
Last active December 30, 2017 02:20
Show Gist options
  • Save 8573/eb8e0840d3e0f97f5ce69c713fbe75eb to your computer and use it in GitHub Desktop.
Save 8573/eb8e0840d3e0f97f5ce69c713fbe75eb to your computer and use it in GitHub Desktop.
#!/bin/bash
CON=""
for ARG in "$@"; do
CON+=" | rg '$ARG'"
done
CON="./dlog dwhmanager 2>&1 >/dev/null $CON"
exec bash -c "$CON"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment