git ssb

0+

cel-desktop / ssb-pkg



Tree: 65191f9a9664f013ebe726bb95a1a54b086e1bd5

Files: 65191f9a9664f013ebe726bb95a1a54b086e1bd5 / test / test-50-spawn / test-execFileSync.js

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

Built with git-ssb-web