This website requires JavaScript.
Explore
Minetest
Help
Sign In
Droog71
/
magarena
Watch
1
Star
0
Fork
You've already forked magarena
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2e45c1333f
magarena
/
scripts
/
check_literals.awk
14 lines
145 B
Awk
Raw
Blame
History
BEGIN
{
FS
=
"[_/\".]"
}
{
for
(
i
=
5
;
i
<=
NF
;
i
++
)
{
if
(
$
i
~
$
4
)
{
print
$
0
break
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink