Am 19.01.2023 um 20:17 schrieb Jochen Wiedmann via Cygwin:
Hi,
as someone who is quite used to typing
sudo do something
I would really like to do the same in my CygWin bash.In my opinion,
this could be implemented
relatively simply, and straightforward as follows:
- Accept an array of
On Thursday, January 19, 2023 at 02:18:52 PM EST, Jochen Wiedmann via Cygwin
wrote:
> as someone who is quite used to typing
>
> sudo do something
>cat /usr/local/bin/sudo
#!/usr/bin/bash
cygstart --action=runas "$@"
This has limitations but it mostly works...
Kevin
--
Problem reports:
On Jan 19 20:17, Jochen Wiedmann via Cygwin wrote:
> Hi,
>
> as someone who is quite used to typing
>
> sudo do something
>
> I would really like to do the same in my CygWin bash.In my opinion,
> this could be implemented
> relatively simply, and straightforward as follows:
>
> - Accept an
Hi,
as someone who is quite used to typing
sudo do something
I would really like to do the same in my CygWin bash.In my opinion,
this could be implemented
relatively simply, and straightforward as follows:
- Accept an array of strings with the command, that is being
executed with administra
4 matches
Mail list logo