* Hanspeter Roth <[EMAIL PROTECTED]> [2002-10-18 10:39 +0200]: > On Oct 15 at 21:59, Nicolas Rachinsky spoke: > > > What about > > source `colorset.sh` > > Where is colorset.sh available?
Write your own. Something like: #!/bin/sh if condition; then echo colorset1 else echo colorset2 fi ####cut here### Perhaps you have to add the complete path before colorsetN. Nicolas