mirror of https://github.com/perkeep/perkeep.git
5 lines
128 B
Bash
5 lines
128 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
find . -type f -name '*.go' -exec perl -pi -e 's!"code.google.com/!"camlistore/third_party/code.google.com/!' {} \;
|
||
|
|