mirror of
https://github.com/sheumann/hush.git
synced 2025-01-31 03:34:10 +00:00
16cd3c0619
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}
|