LWplot_prof
author A.M. Thurnherr <athurnherr@yahoo.com>
Thu, 16 Apr 2015 05:12:11 +0000
changeset 24 55acbdfa6ba2
parent 20 d6dc9c9da138
child 26 b89d4b01fcc5
permissions -rwxr-xr-x
.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 6
diff changeset
     1
#!/bin/ksh
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     2
#======================================================================
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     3
#					 L W P L O T _ P R O F 
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     4
#                    doc: Fri Oct 14 09:42:36 2011
20
d6dc9c9da138 updated LWplot to make fixbb optional
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 14
diff changeset
     5
#                    dlm: Sun Apr  5 22:10:31 2015
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     6
#                    (c) 2011 A.M. Thurnherr
20
d6dc9c9da138 updated LWplot to make fixbb optional
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 14
diff changeset
     7
#                    uE-Info: 124 26 NIL 0 0 72 2 2 4 NIL ofnI
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     8
#======================================================================
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     9
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    10
# HISTORY:
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    11
#	Oct 14, 2011: - created
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    12
#	Oct 15, 2011: - added nsamp
5
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    13
#	Oct 16, 2011: - made depth tic-marks range dependent
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    14
#	Oct 17, 2011: - turned into filter
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    15
#				  - added %run_label
6
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
    16
#	Nov 14, 2011: - added file layout check
7
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 6
diff changeset
    17
#	Mar 12, 2012: - sh -> ksh as this does not work with /bin/sh on MacOSX 10.6.4
8
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 6
diff changeset
    18
#   Apr 12, 2012: - made re-entrant
13
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    19
#	May 15, 2013: - BUG: plot separation lines/shading did not work any more
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    20
#   Oct 30, 2103: - got rid of non-portable echo -e
20
d6dc9c9da138 updated LWplot to make fixbb optional
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 14
diff changeset
    21
#	Apr  5, 2015: - made fixbb optional
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    22
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    23
#--------------------------------------------------
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    24
# Usage
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    25
#--------------------------------------------------
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    26
5
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    27
USAGE="Usage: $0 <eps-file> [in-file]"
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    28
	[ $# -eq 2 ] && exec <"$2" "$0" "$1"
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    29
	[ $# -ne 1 ] && { echo $USAGE >&2; exit 1; }
6
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
    30
eps_file="$1"
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    31
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    32
#--------------------------------------------------
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    33
# Read Header Data
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    34
#--------------------------------------------------
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    35
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    36
while [ -z "$fields" ]
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    37
do
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    38
	read line
5
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    39
    [ ! -t 1 ] && echo "$line"
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    40
	[ -z "$out_basename" ] && out_basename=`expr -- "$line" : '#ANTS#PARAMS#.*out_basename{\([^}]*\)}`
5
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    41
	[ -z "$run_label" ] && run_label=`expr -- "$line" : '#ANTS#PARAMS#.*run_label{\([^}]*\)}`
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    42
	[ -z "$min_depth" ] && min_depth=`expr -- "$line" : '#ANTS#PARAMS#.*min_depth{\([^}]*\)}`
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    43
	[ -z "$max_depth" ] && max_depth=`expr -- "$line" : '#ANTS#PARAMS#.*max_depth{\([^}]*\)}`
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    44
	[ -z "$fields" ] && fields=`expr -- "$line" : '#ANTS#FIELDS# \(.*\)' | sed -e s/{//g -e s/}//g`
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    45
done
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    46
6
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
    47
set -- $fields
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
    48
[ "$1" = depth -a "$4" = dc_w -a "$5" = dc_w.mad -a "$6" = dc_w.nsamp -a \
13
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    49
  "${11}" = uc_w  -a "${12}" = uc_w.mad -a "${13}" = uc_w.nsamp -a \
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    50
  "${20}" = BT_w  -a "${21}" = BT_w.mad -a "${22}" = BT_w.nsamp ] || {
6
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
    51
		echo "$0: file layout error" >&2
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
    52
		exit 1
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
    53
}
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
    54
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
    55
#--------------------------------------------------
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
    56
# Plot Data
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
    57
#--------------------------------------------------
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
    58
8
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 6
diff changeset
    59
eps_file="$PWD/$eps_file"	# make outfile name absolute (hopefully, it is not already...)
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 6
diff changeset
    60
mkdir /tmp/$$				# GMT makes tmpfiles and is not reentrant
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 6
diff changeset
    61
cd /tmp/$$
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 6
diff changeset
    62
5
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    63
TMPFILE=/tmp/$$.LWplot_prof
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    64
if [ ! -t 1 ]
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    65
then
5
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    66
	tee $TMPFILE
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    67
else
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    68
	cat > $TMPFILE
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    69
fi
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    70
5
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    71
[ -f .gmtdefaults4 ] ||
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    72
	gmtset	PAPER_MEDIA letter+ \
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    73
			LABEL_FONT_SIZE 14 ANNOT_FONT_SIZE_PRIMARY 14 \
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    74
			WANT_EURO_FONT true \
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    75
	        PLOT_DEGREE_FORMAT ddd:mm:ssF
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
    76
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    77
R=-R-0.07/0.35/$min_depth/$max_depth
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    78
R2=-R-200/200/$min_depth/$max_depth
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    79
U=-R0/1/0/1
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    80
X=-JX10/-10
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    81
13
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    82
# FRAME
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    83
{ echo 0 $min_depth; echo 0 $max_depth; } | psxy -P -K $R $X > "$eps_file"
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    84
{ echo 0.07 $min_depth; echo 0.07 $max_depth; echo 0.18 $max_depth; echo 0.18 $min_depth; } | psxy -O -K $R $X -L -G200 >> "$eps_file"
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    85
{ echo 50 $min_depth; echo 50 $max_depth; } | psxy -O -K $R2 $X >> "$eps_file"
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    86
{ echo 100 $min_depth; echo 100 $max_depth; } | psxy -O -K $R2 $X >> "$eps_file"
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    87
{ echo 150 $min_depth; echo 150 $max_depth; } | psxy -O -K $R2 $X >> "$eps_file"
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    88
13
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    89
# VERTICAL VELOCITIES
6
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
    90
awk '{print $4, $1}' $TMPFILE | psxy -O -K -N -Mn $R $X -W4/coral >> "$eps_file"
13
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    91
awk '{print $11,$1}' $TMPFILE | psxy -O -K -N -Mn $R $X -W4/SeaGreen >> "$eps_file"
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    92
awk '{print $20,$1}' $TMPFILE | psxy -O -K -N -Mn $R $X -W4/black >> "$eps_file"
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    93
	
13
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    94
# MEAN ABSOLUTE DEVIATIONS (COMBINED SOLUTION)
6
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
    95
awk '{print  $5,$1, $4}' $TMPFILE | grep -vi nan | psxy -O -K -N  $R $X -Sc0.1c -Gcoral >> "$eps_file"
13
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    96
awk '{print $12,$1,$11}' $TMPFILE | grep -vi nan | psxy -O -K -N  $R $X -Sc0.1c -GSeaGreen >> "$eps_file"
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    97
awk '{print $21,$1,$20}' $TMPFILE | grep -vi nan | psxy -O -K -N  $R $X -Sc0.1c -Gblack >> "$eps_file"
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    98
13
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
    99
# NUMBER OF SAMPLES (COMBINED SOLUTION)
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
   100
awk '{print  $6,$1, $4}' $TMPFILE | sed '/nan/s/.*/nan/' | psxy -O -K -N -Mn $R2 $X -W1/coral >> "$eps_file"
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
   101
awk '{print $13,$1,$11}' $TMPFILE | sed '/nan/s/.*/nan/' | psxy -O -K -N -Mn $R2 $X -W1/SeaGreen >> "$eps_file"
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
   102
awk '{print $22,$1,$20}' $TMPFILE | sed '/nan/s/.*/nan/' | psxy -O -K -N -Mn $R2 $X -W1/black >> "$eps_file"
5
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
   103
13
2788bf1bf1de after DIMES US5
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 9
diff changeset
   104
# LABELS
6
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
   105
echo 0.02 0.02 12 0 0 TL $out_basename $run_label | pstext -O -K $U $X >> "$eps_file"
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
   106
echo 0.6 0.98 12 0 0 BR m.a.d. | pstext -O -K $U $X >> "$eps_file"
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
   107
5
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
   108
if [ 0 -eq `echo "($max_depth-$min_depth)>1000"|bc` ]
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
   109
then
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
   110
	depth_tics=f10a100
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
   111
else
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
   112
	depth_tics=f100a500
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
   113
fi
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
   114
6
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
   115
psbasemap -O -K $R $X -Bf0.01a10-10.05:"Vertical Velocity [m/s]                               ":/$depth_tics:"Depth [m]":WeS >> "$eps_file"
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
   116
psbasemap -O -K $R $X -Ba10-9.95S >> "$eps_file"
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
   117
psbasemap -O -K $R $X -Ba10-9.85S >> "$eps_file"
5
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 4
diff changeset
   118
6
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
   119
psbasemap -O -K $R2 $X -Bf10a1000-950:"                                     # of Samples":N >> "$eps_file"
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
   120
psbasemap -O -K $R2 $X -Ba1000-900N >> "$eps_file"
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 5
diff changeset
   121
psbasemap -O $R2 $X -Ba1000-850N >> "$eps_file"
4
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
   122
		 
e681262d0fd7 yay! first version I am really happy with. With plots 'n all.
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
   123
rm $TMPFILE
20
d6dc9c9da138 updated LWplot to make fixbb optional
A.M. Thurnherr <ant@ldeo.columbia.edu>
parents: 14
diff changeset
   124
[ -n "`which fixbb`" ] && fixbb "$eps_file"
8
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 6
diff changeset
   125
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 6
diff changeset
   126
cd "$PWD"
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 6
diff changeset
   127
rm -rf /tmp/$$
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 6
diff changeset
   128