antlr4
antlr4 copied to clipboard
remove executable permissions of *.cpp and *.h files under Cpp/runtim…
find runtime/Cpp/runtime/ -regex '.*.\(cpp\|h\)$' -type f -executable -exec chmod a-x {} \;