Skip to content

Instantly share code, notes, and snippets.

@AliKarami
Created November 29, 2018 12:18
Show Gist options
  • Save AliKarami/0fe860b2c06d1eb4c9cd34a4cc2c07d2 to your computer and use it in GitHub Desktop.
Save AliKarami/0fe860b2c06d1eb4c9cd34a4cc2c07d2 to your computer and use it in GitHub Desktop.
Map Code Snippet
#!/bin/sh
sed -i -r "s/Google|Cedar|Yandex|\b\w*-maps\b/Smapp/g" ./Snapp.ir
printf -- '🚀\n';
exit 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment