|
|
|
|
|
by Steltek
1701 days ago
|
|
I couldn't possibly use a shell that wasn't also a decent shell script. It seems my natural progression is always: 1. "Hand written" commands in shell 2. Shell script with copy-pasted commands from interactive session 2b. Evolved shell script with getopt. Complexity level beginning to tickle the spidey sense that it's too big. 3. Node.js script (I can write Python but JS seems infinitely nicer) fish would break the 1->2 transition, sending me straight to 3 before I've really gotten a handle on the problem domain. |
|