From 4bf05d31c5c9c6a818786c7f4a3ef8e0d0faad6e Mon Sep 17 00:00:00 2001 From: moibenko <41128752+moibenko@users.noreply.github.com> Date: Wed, 8 Aug 2018 11:49:10 -0500 Subject: [PATCH 1/2] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e4b4f29 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# mtx +The MTX program controls the robotic mechanism in autoloaders and tape libraries. Taken from Souceforge, patches from cenOS were applied, plus my changes to allow to use mtx over library calls. From 2c95a251e4ce049720aacc71b125b1857c0887a6 Mon Sep 17 00:00:00 2001 From: moibenko <41128752+moibenko@users.noreply.github.com> Date: Wed, 8 Aug 2018 12:38:53 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4b4f29..923799c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # mtx -The MTX program controls the robotic mechanism in autoloaders and tape libraries. Taken from Souceforge, patches from cenOS were applied, plus my changes to allow to use mtx over library calls. +The MTX program controls the robotic mechanism in autoloaders and tape libraries. Taken from Souceforge, patches from centOS were applied, plus my changes to allow to use mtx over library calls.