1#!/bin/sh
2#
3# Analysis Driver Script for testing 3 piece file management
4# Mike Eldred, 3/26/97
5# Bourne shell changes, Shane Brown, 3/16/05
6#
7# cut # from "tb.in.#"
8num=`echo $1 | cut -c 7-`
9cd workdir.$num
10#sleep 2
11text_book tb.in tb.out
12