backend v4 half
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import child_process from 'child_process'
|
||||
|
||||
export default function exec(command)
|
||||
{
|
||||
return child_process.execSync(command).toString().trim()
|
||||
}
|
||||
Reference in New Issue
Block a user