Meteor shell .load

is there any way to get meteor shell to recognize paths relative to the project root or the current working directory?

it would be much more convenient to do stuff like

.load .scripts/debugUser.js

vs.

.load /Users/jbb/co/projectName/.scripts/debugUser.js