/get-latest-ssl-tools

Get latest release of official tools in https://github.com/RoboCup-ssl

Primary LanguageShell

get-latest-ssl-tools

This is simple shell script to download latest release of tool for RoboCup Small Size League.

Supported OS are listed below (additionally POSIX shell also required)

  • linux_amd64
  • darwin_amd64
  • windows_amd64

usage

$ get_latest_ssl_tools.sh [OPTION | TARGET]

OPTION

available options are:

  • -h / --help
    show this help
  • -a / --all / all
    download all of supported TARGET

TARGET

available tools are:

example usage

$ ./get_latest_ssl_tools.sh robocup-ssl/ssl-vision-client
$ ./get_latest_ssl_tools.sh gc

dependency

This script depends on those tools

  • cat (with here-document support)
  • chmod
  • echo
  • find
  • jq
  • rm
  • wget or curl