Bläddra i källkod

back to original make

master
gtheler 6 år sedan
förälder
incheckning
acfb8963a9
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      make.sh

+ 1
- 1
make.sh Visa fil

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

Laddar…
Avbryt
Spara