out.println('message from the subdir: ' + filepath);
require('../hello.js');
require('../commons.js');
require('child.js');