Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
simplify proxy-script
Archived did:key:z6MkppTx...sU13 opened 1 year ago

The proxy script assumes that passed arguments are safe from triggering carious forms of shell expansion, and uses needless bash constructs.

This patch simplifies the shell code to always quote variables, and to use only plain shell constructs - and the result is arguably easier to read as an added bonus.

did:key:z6MkppTx...sU13 opened with revision ad5ed78d on base 233b3bcb +36 -39 1 year ago

The proxy script assumes that passed arguments are safe from triggering carious forms of shell expansion, and uses needless bash constructs.

This patch simplifies the shell code to always quote variables, and to use only plain shell constructs - and the result is arguably easier to read as an added bonus.

did:key:z6MkswQE...2C1V pushed revision 2 80b22e2c on base fbdb9a0f +36 -39 1 year ago

Rebased.

did:key:z6MkppTx...sU13 pushed revision 3 abae51ed on base 7303bd6c +36 -39 1 year ago

Rebased!

did:key:z6MkgFq6...nBGz reviewed 1 year ago

Not needed anymore since proxy script was removed.