In a C program I can write argv[0] and the new name shows up in a ps listing.
How can I do this in bash?
I've had a chance to go through the source for bash and it does not look like there is any support for writing to argv[0].