KEK/btester.sh
2022-03-13 11:53:32 +01:00

11 lines
187 B
Bash
Executable file

#! /bin/sh
pdpy11 --lst tester.mac
if [ ! -e raw_to_simh_bin ] ; then
g++ -Ofast raw_to_simh_bin.cpp -o raw_to_simh_bin
fi
./raw_to_simh_bin tester 512 512 tester.bin
ls -la tester*