4 lines
118 B
Bash
Executable file
4 lines
118 B
Bash
Executable file
#! /bin/sh
|
|
# Display diff for an individual test
|
|
test=$1
|
|
../advent <${test}.log | ./tapdiffer "${test}" "${test}.chk"
|