This website works better with JavaScript.
Home
Explore
Help
Sign In
E2L_Ivry
/
cours-python
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adapt build.sh
master
Dimitri Merejkowsky
6 years ago
parent
98dc0984cf
commit
952350f3a6
1 changed files
with
4 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
sessions/build.sh
+ 4
- 2
sessions/build.sh
View File
@@ -7,5 +7,7 @@ if [[ -z $1 ]]; then
exit 1
exit 1
fi
fi
darkslide --linenos=no "${1}.md" --destination "${1}.html"
(
cd build
texi2pdf ../python-${1}.tex
)