source: rtems/c/src/lib/libbsp/m68k/efi332/misc/dotests @ 6335022e

4.104.114.84.95
Last change on this file since 6335022e was 6335022e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/11/97 at 15:42:59

updates from John Gwynne

  • Property mode set to 100644
File size: 365 bytes
Line 
1#! /bin/bash
2#
3#  $Id$
4#
5
6/bin/rm sp* &>/dev/null
7(cd ..; for f in sp*; do cp ${f}/o-efi332/${f}.nxe hold; done)
8
9stty 5:0:800008bf:0:0:0:0:0:0:1:1:0:0:0:0:0:0:0:0:0:0:0:0 </dev/cua0
10/bin/cp /dev/cua0 screen &
11
12for f in sp*; do m68k-bdm-coff-gdb ${f} </dev/null; done
13
14kill -9 `ps -efax | grep "/bin/cp /dev/cua0" | sed "/grep/D; s/ .*$//"`
15/bin/rm sp* &>/dev/null
Note: See TracBrowser for help on using the repository browser.