Files
Digital-Research-Source-Code/CPM OPERATING SYSTEMS/CPM 3.X/CPM 3.0/SOURCE/runthames
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

12 lines
193 B
Bash

#! /bin/sh
#
# Set up environment variables for thames, and run it
#
ISIS_F0=`pwd`
ISIS_F1=`pwd`/PLM80
ISIS_F2=`pwd`/ASM80
ISIS_F3=`pwd`/Utils
export ISIS_F0 ISIS_F1 ISIS_F2 ISIS_F3
thames $*