mirror of
https://github.com/coolaj86/fizzbuzz.git
synced 2024-11-16 17:29:04 +00:00
4 lines
92 B
Bash
Executable File
4 lines
92 B
Bash
Executable File
#!/usr/bin/env sh
|
|
echo "Running the Collections Test Passoff"
|
|
make -f ./passoff/Makefile $@
|