diff --git a/readme.md b/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..5044d5d919a55df7c31012180ff9184fd730d6c9 --- /dev/null +++ b/readme.md @@ -0,0 +1,14 @@ +# Bash - Organize Directory + + +## Description +Moves files from indicated input folder to indicated output folder. + +Organizes files by type. + + +## Parameters + +### Args +* First arg (required) - Expected to be the input directory. +* Second arg (required) - Expected to be the output directory.