git ssb

0+

cel-desktop / ssb-pkg



Tree: 4c58f1c6c3ddb86a97f27f0c84681d201ef1f75f

Files: 4c58f1c6c3ddb86a97f27f0c84681d201ef1f75f / test / test-50-spawn / test-execSync-2.js

240 bytesRaw
1#!/usr/bin/env node
2
3'use strict';
4
5var execSync = require('child_process').execSync;
6
7execSync(
8 '"' + process.execPath + '" ' + [
9 require.resolve('./test-execSync-child.js'), 'argvx', '--argvy'
10 ].join(' '), { stdio: 'inherit' }
11);
12

Built with git-ssb-web