mirror of https://github.com/coolaj86/fizzbuzz.git
4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
echo "Running the Collections Test Passoff"
|
||
|
make -f ./passoff/Makefile $@
|