tomhrr / cosh

Concatenative command-line shell
BSD 3-Clause "New" or "Revised" License
133 stars 2 forks source link

Better sudo support #118

Closed tomhrr closed 5 months ago

tomhrr commented 1 year ago

Currently, sudo calls require either that the call be the same as for a normal shell (i.e. prefixed with space), or that the user start a sudo session by way of sudo -s. See about integrating this sort of behaviour more directly.