Skip to content

Instantly share code, notes, and snippets.

@Aceeri
Created December 30, 2017 02:08
Show Gist options
  • Save Aceeri/8c429d018bfd1ded98d9a2bc7202f6e5 to your computer and use it in GitHub Desktop.
Save Aceeri/8c429d018bfd1ded98d9a2bc7202f6e5 to your computer and use it in GitHub Desktop.
#!/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