Skip to content

Instantly share code, notes, and snippets.

@vkostyukov
vkostyukov / migrate.sh
Last active June 6, 2019 18:55
Migrate to Finagle 6.30
# Migrate to Finagle 6.30 https://groups.google.com/forum/#!topic/finaglers/skmdgDhcP0c
git grep -lz 'finagle.httpx' | xargs -0 sed -i '' -e 's/finagle.httpx/finagle.http/g'
git grep -lz 'Httpx' | xargs -0 sed -i '' -e 's/Httpx/Http/g'