Content deleted Content added
Quuxplusone (talk | contribs) m →See also: cat Arts with C code |
|||
Line 213:
// Code which will be executed whether or not an exception is raised (e.g. clean-up code)
end;
</pre>
===[[Fault Tolerant Shell]]===
<pre>
try for 30 minutes
cd /tmp
rm -f data
forany host in xxx yyy zzz
wget http://${host}/fresh.data data
end
end
</pre>
|