Skip to content

Instantly share code, notes, and snippets.

@neikeq
Last active August 15, 2017 11:31
Show Gist options
  • Select an option

  • Save neikeq/3fc5332dbb186ec157a1a8f46ab5474a to your computer and use it in GitHub Desktop.

Select an option

Save neikeq/3fc5332dbb186ec157a1a8f46ab5474a to your computer and use it in GitHub Desktop.
find core drivers editor main modules platform scene servers -regex ".*\.\(h\|hpp\|hxx\|c\|cpp\|cxx\|inc\)" -type f -exec sed -i -E "/^\s*(\/\/)*ClassDB::bind_method\(/ s/\"([a-zA-Z0-9_]*)(:[a-zA-Z0-9_]*)\"/\"\1\"/g" {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment