https://github.com/santiagolizardo/slash
Slash is a shell
https://github.com/santiagolizardo/slash
cpp cpp17 shell
Last synced: about 1 year ago
JSON representation
Slash is a shell
- Host: GitHub
- URL: https://github.com/santiagolizardo/slash
- Owner: santiagolizardo
- Created: 2018-11-23T20:36:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T22:20:48.000Z (over 1 year ago)
- Last Synced: 2025-01-09T17:52:41.585Z (about 1 year ago)
- Topics: cpp, cpp17, shell
- Language: C++
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeDirCommand.cc
Awesome Lists containing this project
README
# SlaSH is shell
## Requirements
- Make
- C++ compiler with support for 23 standard
```shell
make
./slash
user@host>
user@host> ls -l
user@host> exit
```