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
Remove useless script
master
Dimitri Merejkowsky
6 years ago
parent
8e0df47f42
commit
ac9e02424c
1 changed files
with
0 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-12
sessions/release.sh
+ 0
- 12
sessions/release.sh
View File
@@ -1,12 +0,0 @@
#!/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"