Skip to content

Commit

Permalink
added useful information
Browse files Browse the repository at this point in the history
  • Loading branch information
Epikest authored Mar 25, 2022
1 parent dc641e1 commit 28059bd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# RunInShell
# 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

0 comments on commit 28059bd

Please sign in to comment.