Skip to content
Snippets Groups Projects
Commit 68af25fd authored by Luca Scarabello's avatar Luca Scarabello
Browse files

Replaced 'rm gmt.conf' with 'gmt clear conf'

parent 65acff63
No related branches found
No related tags found
No related merge requests found
...@@ -116,6 +116,7 @@ convert -density 150 -flatten -antialias +repage "$out.pdf" "$out.png" ...@@ -116,6 +116,7 @@ convert -density 150 -flatten -antialias +repage "$out.pdf" "$out.png"
### Clean up ### Clean up
rm "$out.ps" rm "$out.ps"
rm "$COLORMAP" rm "$COLORMAP"
rm gmt.conf gmt clear conf
exit exit
...@@ -310,6 +310,6 @@ convert -density 150 -flatten -antialias +repage "$out.pdf" "$out.png" ...@@ -310,6 +310,6 @@ convert -density 150 -flatten -antialias +repage "$out.pdf" "$out.png"
rm -f tmp* rm -f tmp*
rm "$out.ps" rm "$out.ps"
rm "$COLORMAP" rm "$COLORMAP"
rm gmt.conf gmt clear conf
exit exit
...@@ -146,6 +146,6 @@ convert -density 150 -flatten -antialias +repage "$out.pdf" "$out.png" ...@@ -146,6 +146,6 @@ convert -density 150 -flatten -antialias +repage "$out.pdf" "$out.png"
rm -f tmp* rm -f tmp*
rm "$out.ps" rm "$out.ps"
rm "$COLORMAP" rm "$COLORMAP"
rm gmt.conf gmt clear conf
exit exit
...@@ -91,6 +91,6 @@ convert -density 150 -flatten -antialias +repage -border 4 -bordercolor White $o ...@@ -91,6 +91,6 @@ convert -density 150 -flatten -antialias +repage -border 4 -bordercolor White $o
rm -f tmp* rm -f tmp*
rm $out.ps rm $out.ps
rm $COLORMAP rm $COLORMAP
rm gmt.conf gmt clear conf
exit exit
...@@ -658,7 +658,6 @@ esac ...@@ -658,7 +658,6 @@ esac
rm "$out.ps" rm "$out.ps"
rm "$COLORMAP" rm "$COLORMAP"
rm gmt.conf gmt clear conf
exit exit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment