diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1b8b56e --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# simpleShell +An example shell, like BASH, as an example of using fork() and exec() with C |