diff --git a/README.md b/README.md index a7a188a..10c2510 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ will create the symbolic link for each script in the \ directory. - [calculator](calculator) computes mathematical expressions with variables and intermediate values. - [fix-eselect](fix-eselect) adjusts 'type' command in gentoo's eselect scripts. - [musca_status](musca_status) shows a list of all musca's workspaces. -- [poweroff-dialog](poweroff-dialog) and [suDo](suDo) provide a menu with 'shutdown', 'reboot' and 'suspend' commands. +- [poweroff-dialog](poweroff-dialog) and [asroot](asroot) provide a menu with 'shutdown', 'reboot' and 'suspend' commands. - [windows](windows) shows a list of the all opened windows. - [www](www) opens rofi menu with the most used www-links. - [xstab](xstab) runs [st](https://st.suckless.org/) terminal with the [tabbed](https://tools.suckless.org/tabbed/). diff --git a/suDo b/asroot similarity index 92% rename from suDo rename to asroot index c54c884..0596f4c 100755 --- a/suDo +++ b/asroot @@ -2,7 +2,7 @@ # Выполнение команды с правами администратора # Используется с dmenu -# suDo +# asroot package require Expect