repo.or.cz
/
TeXnicard.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Gamma and other image manipulation commands
[TeXnicard.git]
/
util
/
compile_memusage
blob
8c0bec2796e02105db7ed5245d6da44abcb1eea5
1
#!/bin/bash
2
cweave memusage
;
tex memusage
3
ctangle memusage
4
cp
..
/
memory_management.h memory_management.h
5
cp
..
/
texnicard.c memusage_other_program.c
6
echo ------
7
gcc
-g
memusage.c
-o
texnicard_memusage
8
rm
memory_management.h
9
rm
memusage_other_program.c