This website works better with JavaScript.
首頁
探索
說明
登入
E2L_Ivry
/
cours-python
關註
5
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Remove useless script
master
Dimitri Merejkowsky
6 年之前
父節點
8e0df47f42
當前提交
ac9e02424c
共有
1 個文件被更改
,包括
0 次插入
和
12 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-12
sessions/release.sh
+ 0
- 12
sessions/release.sh
查看文件
@@ -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"