# csc : Cluster SSH Command Launch command over SSH on cluster hosts with "dialog" DEBIAN_FRONTEND. ## Tree ```bash $ tree . ├── csc └── README.md 0 directories, 2 files ``` ## Usage ```bash $ csc -h Usage: csc [OPTION]... [COMMAND] -h show help -v enable verbose mode -c specify config dir, default is /home/flo/.config/csc -g specify group -d enable dry run mode ``` Host group file must exists under config dir, one host per line.