ソースを参照

back to original make

master
gtheler 6年前
コミット
acfb8963a9
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      make.sh

+ 1
- 1
make.sh ファイルの表示

done done


# the document name is the current directory name # the document name is the current directory name
name=`basename $PWD`-emf
name=`basename $PWD`
if [ ! -e ${name}.md ]; then if [ ! -e ${name}.md ]; then
echo "error: ${name}.md does not exist" echo "error: ${name}.md does not exist"
exit 1 exit 1

読み込み中…
キャンセル
保存