Added public files
Roughly added all public files. Probably missed some, though.
diff --git a/obj/tools/MGtool/man.d/xsh b/obj/tools/MGtool/man.d/xsh
new file mode 100644
index 0000000..1377992
--- /dev/null
+++ b/obj/tools/MGtool/man.d/xsh
@@ -0,0 +1,12 @@
+SYNOPSIS
+ xsh <filename>
+
+DESCRIPTION
+ Read in a file and execute each line of it as a command given from the
+ keyboard.
+
+EXAMPLE
+ xsh ~/setup.xsh
+ Execute the file "~/setup.xsh". This way you can set up your aliases or
+ other parameters for other tools if the setting gone lost.
+