New folder structure

This commit is contained in:
2023-04-03 17:47:42 +02:00
commit a2bdf977d9
42 changed files with 2055 additions and 0 deletions

8
System/ShowHelp.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
groff -ms -D UTF-8 ~/Documents/Anotaciones/Ficheros\ Fuente/Documentación_Linux.ms -T pdf > ~/Documents/Anotaciones/Documentación_Linux.pdf
groff -ms -D UTF-8 ~/Documents/Anotaciones/Ficheros\ Fuente/Atajos.ms -T pdf > ~/Documents/Anotaciones/Atajos.pdf
if test $1 -eq 1; then
mupdf-x11 ~/Documents/Anotaciones/Documentación_Linux.pdf
else
mupdf-x11 ~/Documents/Anotaciones/Atajos.pdf
fi