Created
December 30, 2017 02:08
-
-
Save Aceeri/8c429d018bfd1ded98d9a2bc7202f6e5 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="$CON | rg '$ARG'" | |
done | |
CON="./dlog dwhmanager 2>&1 >/dev/null $CON" | |
echo $CON | sh | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment