~ubuntu-branches/ubuntu/hardy/texmacs/hardy

« back to all changes in this revision

Viewing changes to src/Guile/Glue/build-glue

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Treinen
  • Date: 2004-04-19 20:34:00 UTC
  • Revision ID: james.westby@ubuntu.com-20040419203400-g4e34ih0315wcn8v
Tags: upstream-1.0.3-R2
ImportĀ upstreamĀ versionĀ 1.0.3-R2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# Program to make Guile interface to TeXmacs
 
3
 
 
4
if test $# = 2; then
 
5
  guile -l build-glue.scm -l $1 -c "(quit)" | cat > $2
 
6
else
 
7
  echo "Usage: build-glue <input.scm> <output.cpp>"
 
8
fi