source: tags/initial/SH/arb_ale

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 555 bytes
Line 
1#!/bin/sh
2
3# This is a script that invokes Emacs, loads gene code, and does
4# whatever the arguments said to do.  This script is modified by
5# the people who created ARB
6
7EMACS_19=$ARBHOME/DEPOT2/emacs
8
9ALE_LISPDIR=$ARBHOME/DEPOT2/ALE
10ALE_ARCHDIR=$ARBHOME/DEPOT2/ALE
11ALE_DUMMYFILE=/tmp/arb_dummy_${USER}_${ARB_PID}.gdbm
12export ALE_LISPDIR
13export ALE_ARCHDIR
14
15rm -f $ALE_DUMMYFILE
16echo "This is a dummy file needed to cheat ale" >$ALE_DUMMYFILE
17${EMACS_19} -q -l ${ALE_LISPDIR}/gene -f gene-startup -f gene-process-args $ALE_DUMMYFILE
18rm -f $ALE_DUMMYFILE
Note: See TracBrowser for help on using the repository browser.