UNPKG
dis-cli
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A package for easily generating discord bot projects
dis-cli
/
lib
/
util
/
executeCommand.js
5 lines
(4 loc)
•
113 B
JavaScript
View Raw
1
2
3
4
5
const
{ execSync } =
require
(
'child_process'
);
module
.
exports
=
function
(
command
) {
execSync
(command) }