source `~/bin/script.sh > ~/.mutt/aliases; echo ~/.mutt/aliases`
This seems like a roundabout way to do things. Is there some way to source the output directly instead of dumping it to a file and echoing the file name?
Thanks, Tim
source `~/bin/script.sh > ~/.mutt/aliases; echo ~/.mutt/aliases`
This seems like a roundabout way to do things. Is there some way to source the output directly instead of dumping it to a file and echoing the file name?
Thanks, Tim