radare2/sys/xx.sh
2019-10-10 20:04:02 +02:00

11 lines
162 B
Bash
Executable File

#!/bin/sh
ID="$1"
if [ -z "$ID" ]; then
echo "Usage: sys/xx.sh [travis-job-id]"
exit 1
fi
curl -L "https://api.travis-ci.com/jobs/${ID}/log.txt?deansi=true"