>
> I would like to change the current path for stderr to /dev/null by
> example.
>
> I have a plugin which creates a legend box from a fake (empty) apdb map.
> Instruction, which loads the map, sends an error message and I would
> like to hide it.
>
> How can I do ?

Create a new script (pymol.bash) containing these lines:

#!/usr/bin/env bash
pymol.com 2>/dev/null

This could probably be done within pymol.com itself as well, but someone
else will have to point out how to do that (aka I don't know how).

As a side question, why have a csh script with a .com extension?

Pete

Pete Meyer
Fu Lab
BMCB grad student
Cornell University


Reply via email to