summaryrefslogtreecommitdiff
path: root/bin/rgr
blob: a7cd7c0ea1d9f3bd8973af8e6945f2288647d636 (plain)
1
2
3
#!/usr/bin/env bash

rg $1 --files-with-matches -0 | xargs -0 gsed -i "s/$1/$2/g"