blob: 4a8c58d614f3ddfb99bb673601cb7b0370914fa9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
echo Running concord ...
./concord-c <concord.dat >concord-c.out
echo Running deal ...
./deal-c -h 500 >deal-c.out
echo Running ipxref ...
./ipxref-c <ipxref.icn >ipxref-c.out
echo Running queens ...
./queens-c -n9 >queens-c.out
echo Running rsg ...
./rsg-c <rsg.dat >rsg-c.out
|