On 2013-04-11, at 14:56, Norbert Hartl <norb...@hartl.name> wrote: > > Am 11.04.2013 um 14:44 schrieb Camillo Bruni <camillobr...@gmail.com>: > >> Norbert, >> I deprecated now the old scripts and I had a look at your script proposal >> and I extended it a bit: >> >> https://gist.github.com/dh83/5363000 >> >> what do you think? >> > Looks good to me, although I find > > … > IMAGE="$DIR/Pharo.image"; > if [ ! -z "$IMAGE" ]; > … > > is a bit superfluous :) Agreed?
I guess I can always output the warning ;) I am just not a bit fan of too much auto conversion (besides bash itself is magic enough). > Norbert > > P.S.: Thanks for picking it up. I need to have a look at the zeroconf stuff.