diff --git a/install.sh b/install.sh index 59c5200..bffc34f 100755 --- a/install.sh +++ b/install.sh @@ -4,6 +4,12 @@ source=`pwd` templates=~/.pandoc/templates latex=`kpsexpand '$TEXMFHOME/tex/latex/dwp'` bin=/usr/local/bin +if [ "$1" = "-y" ] +then + iarg="" +else + iarg="-i" +fi cat <