#!/bin/sh

test -f outputA.txt && rm outputA.txt
test -f outputB.txt && rm outputB.txt

de_pwi <<EOF
0
A
81285 000000
81286 000000
outputA.txt
EOF

de_pwi <<EOF
0
B
81285 000000
81286 000000
outputB.txt
EOF
