repo.or.cz
/
dormin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Deobfuscate and correct documentation
[dormin.git]
/
index
/
index.sh
blob
a10f11e971d460b980d1b1826353e779ef6e6768
1
path
=
$1
2
3
for
file
in
NICO.DAT XAB XAC XAD XAE
;
do
4
test -f
$file
.index || python index.py
$path
/
$file
>
$file
.index
5
ocaml index.ml index
$path
/
$file
<
$file
.index
6
done