Skip to content

Instantly share code, notes, and snippets.

@NarubyRiverlione
Last active April 16, 2017 08:15
Show Gist options
  • Save NarubyRiverlione/abe0137d649959929e894ea6eb195a60 to your computer and use it in GitHub Desktop.
Save NarubyRiverlione/abe0137d649959929e894ea6eb195a60 to your computer and use it in GitHub Desktop.
find ./ -type f -readable -writable -exec sed -i "s/Litecoin/Devcoin/g" {} \;
find ./ -type f -readable -writable -exec sed -i "s/LiteCoin/DevCoin/g" {} \;
find ./ -type f -readable -writable -exec sed -i "s/LTC/DEV/g" {} \;
find ./ -type f -readable -writable -exec sed -i "s/litecoin/devcoin/g" {} \;
find ./ -type f -readable -writable -exec sed -i "s/litecoind/devcoind/g" {} \;
find ./ -type f -readable -writable -exec sed -i "s/gitian.sigs.ltc/gitian.sigs.dev/g" {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment