|
|
|
|
|
by gbrown
1684 days ago
|
|
Interesting article, though for me an acceptable middle ground is to just use bash and friends as an interface, as described, and to write any larger and more complicated scripts in Python with argparse (or similar). I don’t see why the shell must be both nice to program in and a concise textual interface. |
|