| Last change
                  on this file was
                  2,
                  checked in by oldcode, 25 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 |  | 
|---|
| 7 | EMACS_19=$ARBHOME/DEPOT2/emacs | 
|---|
| 8 |  | 
|---|
| 9 | ALE_LISPDIR=$ARBHOME/DEPOT2/ALE | 
|---|
| 10 | ALE_ARCHDIR=$ARBHOME/DEPOT2/ALE | 
|---|
| 11 | ALE_DUMMYFILE=/tmp/arb_dummy_${USER}_${ARB_PID}.gdbm | 
|---|
| 12 | export ALE_LISPDIR | 
|---|
| 13 | export ALE_ARCHDIR | 
|---|
| 14 |  | 
|---|
| 15 | rm -f $ALE_DUMMYFILE | 
|---|
| 16 | echo "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 | 
|---|
| 18 | rm -f $ALE_DUMMYFILE | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.