Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 443 Bytes

File metadata and controls

31 lines (20 loc) · 443 Bytes

scc

C++ command line tool for managing SSH connections.

Prerequisites

  • Docker
  • Linux or macOS (Windows is not supported)

Build

cmake -S . -B build
cmake --build build

Running

The executable will be created in the build directory.

./build/scc

Testing

To run the tests, use the following command:

cmake -S . -B build && cmake --build build --parallel && ctest --test-dir build -V