Skip to content
Snippets Groups Projects
Select Git revision
  • 80542bad6ea88c89da474703453226e4ed6c7072
  • master default
2 results

test

user avatar
Imran Iqbal authored
Use the following command:

```
$ GREP_SED="\(repo\.salt\)stack\.com" \
  && grep -rl --exclude-dir=.git "${GREP_SED}" \
  | grep -v .un~$ \
  | xargs sed -i -e "/${GREP_SED}/s//\1project.io/g"
```
80542bad
History
Name Last commit Last update
..