diff --git a/README.md b/README.md index 5143943..ba4314d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A small (ish) shell written in ( \*hopefully ) modern C++. +![screenshot](screenshot.png) + Made while doing the codecrafters' shell implementation challenge -- but let's see I'll add stuff that I find interesting. Given it's at ~1000 LOC the goal is still to keep it as small as possible, as part of that diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..1acfdd7 Binary files /dev/null and b/screenshot.png differ