summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjwansek <37976823+jwansek@users.noreply.github.com>2020-11-15 15:37:37 +0000
committerGitHub <noreply@github.com>2020-11-15 15:37:37 +0000
commit085392bc2602a241b66721a7b6070c60ba69e01b (patch)
tree1c722e21c19bc4a6dd74f234b2d272facf597097 /README.md
downloadsimpleShell-085392bc2602a241b66721a7b6070c60ba69e01b.tar.gz
simpleShell-085392bc2602a241b66721a7b6070c60ba69e01b.zip
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
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