genki / shlle

Tiny shell that run command with reversed args.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shlle

Tiny shell that run command with reversed arguments.

Usage

$ shlle echo foo bar
bar foo
$ shlle
< echo foo bar
bar foo

That's all!

Main use case like this:

$ shlle grep /path/to/grep -R <words>

About

Tiny shell that run command with reversed args.

License:MIT License


Languages

Language:JavaScript 100.0%