summaryrefslogtreecommitdiff
path: root/systems/unix/tex-fpc/shell/itgl
diff options
context:
space:
mode:
Diffstat (limited to 'systems/unix/tex-fpc/shell/itgl')
-rwxr-xr-xsystems/unix/tex-fpc/shell/itgl6
1 files changed, 6 insertions, 0 deletions
diff --git a/systems/unix/tex-fpc/shell/itgl b/systems/unix/tex-fpc/shell/itgl
new file mode 100755
index 0000000000..2fca45acc6
--- /dev/null
+++ b/systems/unix/tex-fpc/shell/itgl
@@ -0,0 +1,6 @@
+case $# in
+1) b=`basename $1 .web`; tangle $1 /dev/null ini$b.p $b.pool;;
+2) b=`basename $2 .ch`; tangle $1 $2 ini$b.p $b.pool;;
+*) echo Usage: `basename $0` web-file [ ch-file ] ; exit 1
+esac && \
+fpc ini$b.p