이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
E2L_Ivry
/
cours-python
보기
5
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Add release script
master
Dimitri Merejkowsky
6 년 전
부모
f4c0cc40c9
커밋
b8cfa1d9af
1개의 변경된 파일
과
12개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
sessions/release.sh
+ 12
- 0
sessions/release.sh
파일 보기
@@ -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"