mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-21 07:47:57 -05:00
4 lines
150 B
Bash
Executable File
4 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
|
|
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
|
chmod +x ./cc-test-reporter |