1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 10:15:50 +05:30

refactor: use sh and printf to write

This commit is contained in:
2026-02-26 20:20:57 +05:30
Verified
parent f0e31cd15e
commit 3b234c766e
2 changed files with 6 additions and 10 deletions

View File

@@ -66,13 +66,8 @@
"args": true
},
{
"name": "cp",
"cmd": "cp",
"args": true
},
{
"name": "echo",
"cmd": "echo",
"name": "sh",
"cmd": "sh",
"args": true
}
]