The leading comma seemed like a good idea to namespace my commands but in practice in turned out to just be annoying and not provide any real benefits. So down with the comma...
3 lines
58 B
Bash
Executable file
3 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
env | sort | grep --color=always -E '^[^=]+='
|
|
|