mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
8 lines
121 B
Bash
Executable File
8 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
OUTFILE=/tmp/golden-dross.txt
|
|
|
|
./golden_rose > $OUTFILE
|
|
diff $OUTFILE golden_rule.txt
|
|
git diff GildedRose.h
|