First Commit
This commit is contained in:
commit
601e886c14
2123 files changed
+334815
No files matched your search
+8
@@ -0,0 +1,8 @@
|
||||
const spawn = require('child_process').spawn;
|
||||
const sub = spawn(
|
||||
'sh',
|
||||
['-c', 'node -e "setInterval(() => console.log(`running`), 200)"'],
|
||||
{
|
||||
stdio: 'pipe',
|
||||
}
|
||||
);
|
||||
Reference in new issue
Block a user