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
Add release script
master
Dimitri Merejkowsky
6 years ago
parent
f4c0cc40c9
commit
b8cfa1d9af
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
sessions/release.sh
+ 12
- 0
sessions/release.sh
View File
@@ -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"