mirror of
https://github.com/sheumann/hush.git
synced 2025-02-07 04:31:22 +00:00
There's really only one bug fix in here that should be significant for GNO hush. The other changes should be inconsequential, AFAIK.
3 lines
26 B
Plaintext
Executable File
3 lines
26 B
Plaintext
Executable File
v="abcabc"
|
|
echo ${v//b/x}
|