This website requires JavaScript.
Explore
Help
Sign In
immibis
/
colobot
Watch
1
Star
0
Fork
You've already forked colobot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4af02c86f8
colobot
/
tools
/
git-grep-braces.sh
5 lines
98 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
# Finds all "hanging" braces
git grep -n -E
'^( *[^ ]+)+[^@]\{\s*$'
--
'*.cpp'
'*.h'
Reference in New Issue
View Git Blame
Copy Permalink