From e83ddd6ccd32335f6d91a9eaff4ffdfbef59d537 Mon Sep 17 00:00:00 2001 From: kevinnls <57634663+kevinnls@users.noreply.github.com> Date: Fri, 1 Jan 2021 18:48:45 +0530 Subject: [PATCH] init readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2bacd0 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# bak-old + +## what? +a script that makes a .bak or .old copy of +files and dirs passed as params + +## why? +i was tired of typing `cp /path/to/file /path/to/file.bak` +when `file` was not in my pwd + +## is it complete? +no