From 28059bd975b7c22b47cfee7a888bd4886c0001c3 Mon Sep 17 00:00:00 2001 From: Epik Date: Fri, 25 Mar 2022 00:36:21 +0000 Subject: [PATCH] added useful information --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73a0ac9..d67c99c 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# RunInShell \ No newline at end of file +# RunInShell +zig rewrite of [RunInBash](https://github.com/neosmart/RunInBash)\ +consider renaming to `$.exe` and placing in path + +pipes work, `` ` `` to escape windows variables and special characters + +wrap command in double quotes and arguments in single quotes if something isn't working\ +example: `"ls '/mnt/c/Program Files/'"` would not work without quotes