Skip to content

Commit

Permalink
update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanwsr committed May 1, 2021
1 parent 1396861 commit c5958b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
ver=$1
name=SzaboSolutions
targ=release/$name-$ver
mkdir $targ
mkdir -p release
mkdir -p $targ
for i in {1..7}
do
cp chap$i/chap$i.pdf $targ
done
cp appendix/appendix.pdf $targ

mkdir $targ/codes
mkdir -p $targ/codes
for j in chap1/1-1.nb chap1/1-3.nb "chap4/4-11,12.nb" "chap4/4-14,15.nb" chap5/5-7.nb chap5/5-9+.nb chap5/5-12.nb chap5/5-16+.nb chap6/6-6.nb appendix/C-3.py appendix/C-4.py
do
cp $j $targ/codes
Expand Down

0 comments on commit c5958b0

Please sign in to comment.