kkimurak / ssl-setup

Bash script that setup the official RoboCup-SSL tools with required packages ( https://github.com/RoboCup-SSL/ )
4 stars 0 forks source link

Select the behavior with command line option #2

Open kkimurak opened 6 years ago

kkimurak commented 6 years ago

This script installs all of required packages for official tools and useful tools for beginner even if user does not want them.

I want to change the behavior with command line option. e.g. -b It mean "Build" , so when run the script with this option, only the function "build_ssl_tools()" will be called.

Additionally, options that runs each functions will be required I think.

kkimurak commented 6 years ago

Options (ideas) ・place tools to here ( --here) ・setup only tools to be used in games (--game)