Skip to content

TamplierS1/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

A basic UNIX-like shell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published