-
Notifications
You must be signed in to change notification settings - Fork 1
/
libros.sh
executable file
·19 lines (13 loc) · 1.01 KB
/
libros.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
function genlib {
rm -rf ../$1
./libro.sh .. $1 "$2: Traducción de dominio público abierta a mejoras" "$3" "$4" "$5" "$6" "$7" "$8"
}
genlib mateo_dp "Buena Nueva de acuerdo a Mateo" "mateo.gbfxml" "1ev" 12500 "2 May 2004" "Matthew" "Matthew"
genlib marcos_dp "Buena Nueva de acuerdo a Marcos" "marcos.gbfxml" "1ev" 12501 "2 May 2004" "Mark" "Mark"
genlib lucas_dp "Buena Nueva de acuerdo a Lucas" "lucas.gbfxml" "1ev" 12502 "2 May 2004" "Luke" "Luke"
genlib juan_dp "Buena Nueva de acuerdo a Juan" "juan.gbfxml" "1ev" 12503 "2 May 2004" "John" "John"
genlib hechos_dp "Hechos" "hechos.gbfxml" "1ev" 0 "No" "Acts" "Acts"
genlib romanos_dp "Romanos" "romanos.gbfxml" "1ev" 0 "No" "Romans" "Romans"
genlib evangelios_dp "Los Evangelios" "intro-evangelios.gbfxml mateo.gbfxml marcos.gbfxml lucas.gbfxml juan.gbfxml" "4ev" 0 "No" "x" "x"
genlib nuevo_testamento_dp "Nuevo Testamento" "intro-nuevotestamento.gbfxml mateo.gbfxml marcos.gbfxml lucas.gbfxml juan.gbfxml hechos.gbfxml romanos.gbfxml" "4ev" 0 "No" "x" "x"