Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
E2L_Ivry
/
cours-python
Seguir
5
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Add release script
master
Dimitri Merejkowsky
hace 6 años
padre
f4c0cc40c9
commit
b8cfa1d9af
Se han
modificado 1 ficheros
con
12 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+12
-0
sessions/release.sh
+ 12
- 0
sessions/release.sh
Ver fichero
@@ -0,0 +1,12 @@
#!/bin/zsh
set -e
if [[ -z $1 ]]; then
echo "Usage: build.sh NUMBER"
exit 1
fi
darkslide --linenos=no "${1}.md" --embed --destination "${1}.html"
prince "${1}.html" -o "${1}.pdf"