Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 678 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 678 Bytes

shell

A basic UNIX-like shell.

Dependencies

  • {fmt} - a modern formatting library.
  • Boost.Process - a Boost library that is used for spawning external processes and the communication between them.
  • Boost.Filesystem - boost::process::child constructor does not support std::filesystem::path. So I had to use this library to obtain compatible paths.

Only Linux is supported.

Build

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

Usage

cli [username] [machine name]