summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/efi332/misc/dotests
blob: b9449bffc3c1326f614f70b78c3ff00f3e1f3226 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/bash
#
#  $Id$
#

/bin/rm sp* &>/dev/null
(cd ..; for f in sp*; do cp ${f}/o-efi332/${f}.nxe hold; done)

stty 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
/bin/cp /dev/cua0 screen &

for f in sp*; do m68k-bdm-coff-gdb ${f} </dev/null; done

kill -9 `ps -efax | grep "/bin/cp /dev/cua0" | sed "/grep/D; s/ .*$//"`
/bin/rm sp* &>/dev/null