shlle
v0.1.1
Published
Execute shell commands with reversed args
Readme
shlle
Tiny shell that run command with reversed arguments.
Usage
$ shlle echo foo bar
bar foo$ shlle
< echo foo bar
bar fooThat's all!
Main use case like this:
$ shlle grep /path/to/grep -R <words>