6 lines
109 B
Bash
Executable File
6 lines
109 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
file=$1
|
|
|
|
curl -v --include --form json_file=@"$file" "https://coveralls.io/api/v1/jobs"
|