Muti command line in child process

    execSync('cd /Users/freddyluo/workspace/carbonm-portal && pwd', { stdio: 'inherit' }) 

{ stdio: 'inherit' } this could show child process terminal in parent terminal