Commit 7d9e869d authored by Mikhail Karpenko's avatar Mikhail Karpenko
parents 3e704279 898502d5
......@@ -94,7 +94,7 @@ else
# Process all bmps
# b - border size in pixels
b=20
for f in *.bmp
for f in *.bmp *.jpg *.png
do
#if there are no *.bmp it still runs once?!
if [ -f $f ]; then
......
......@@ -11,7 +11,7 @@ cd $production_dir
#back up files
echo "-------- $0: Back Up --------"
if [ ! -d $bkp_dir ]; then mkdir $bkp_dir; fi
for f in *.stp *.dxf *.igs *.dwb *.bmp *.pdf~;
for f in *.stp *.dxf *.igs *.dwb *.bmp *.png *.jpg *.pdf~;
do
if [ -f $f ]; then mv $f $bkp_dir; fi
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment