1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 06:55:51 +05:30

refactor: use cat instead of echo

This commit is contained in:
2026-02-26 13:44:51 +05:30
Verified
parent b3d99f3334
commit 5e90fac99f
2 changed files with 3 additions and 3 deletions

View File

@@ -71,8 +71,8 @@
"args": true
},
{
"name": "echo",
"cmd": "echo",
"name": "cat",
"cmd": "cat",
"args": true
}
]