repo.or.cz
/
ozulis.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed cmp expressions
[ozulis.git]
/
check_expr.sh
blob
f47bbe3011d7d7f2c3e33b45a77aa6d42249c844
1
#! /bin/sh
2
3
for
i
in
test
s
/
lang
/
mugiwara
/
input
/
expr
/*
.mgw
4
do
5
echo
$i
6
if
!
.
/
ozulis
$i
;
then
7
cat
-n
${i/mgw/ll}
8
cat
$i
9
#break
10
fi
11
rm
-f
${i/mgw/ll} ${i/mgw/bc} ${i/.mgw/}
12
done
2
>&
1
|
less
-R