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