Skip to content

Commit

Permalink
Cleanup TMP file when finished with output parsing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjones committed Oct 29, 2013
1 parent 1998a91 commit 0b1f378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ while [ "$STATUS" != "COMPLETED" ]; do
done

xmlstarlet sel -N ns2=$NS2 -T -t -m "/ns2:asyncResponse" -v "ns2:response/ns2:contents" --nl $TMP
rm $TMP

0 comments on commit 0b1f378

Please sign in to comment.