mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
7 lines
105 B
Bash
Executable File
7 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
|
|
OUTFILE = /tmp/golden-dross.txt
|
|
|
|
./golden_rose > $(OUTFILE)
|
|
diff $(OUTFILE) golden_rule.txt
|