My script use and modifies a shell variable. I need to always use:
source myscript
Is there a shorter way to call this script and have it modify the current shell's environment?
It can be elegantly done by using functions use as described in this answer, but I need a faster way.