-
-
Save 8573/eb8e0840d3e0f97f5ce69c713fbe75eb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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