Module: Sshman

Defined in:
lib/sshman/version.rb,
lib/sshman/cli.rb,
lib/sshman/utils.rb,
lib/sshman/constants.rb,
lib/sshman/server_manager.rb

Overview

lib/sshman/version.rb

Defined Under Namespace

Classes: CLI, ServerManager, Utils

Constant Summary collapse

VERSION =
"0.3.0"
RESET_COLOR =
"\033[0m"
RED =
"\033[31m"
GREEN =
"\033[32m"
YELLOW =
"\033[33m"
CYAN =
"\033[36m"
SERVERS_CSV =
File.expand_path("~/.sshman_servers.csv")