aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-20 17:17:36 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-20 17:17:36 +0200
commit0fa3308034c7776b6c078e493f3b758f0a0bf7e6 (patch)
treee4f2ea5954009bfa3fcd3caf6196a4b4a9f4dc87 /README.md
parent95e1552a898078b4dec1eae3fcf975b392cfad6d (diff)
downloadtar-0fa3308034c7776b6c078e493f3b758f0a0bf7e6.tar.gz
tar-0fa3308034c7776b6c078e493f3b758f0a0bf7e6.tar.bz2
tar-0fa3308034c7776b6c078e493f3b758f0a0bf7e6.zip
Added recursion for directory, not complete ustar format
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7153804
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# tar
+
+Shitty clone of the `tar` program made for educational purposes.