Browse Source

suDo переименован в asroot (конфликт с sudo в MacOS)

master
Maxim Likhachev 6 years ago committed by Maxim Likhachev
parent
commit
aae02ba05f
  1. 2
      README.md
  2. 2
      asroot

2
README.md

@ -94,7 +94,7 @@ will create the symbolic link for each script in the \<path> directory. @@ -94,7 +94,7 @@ will create the symbolic link for each script in the \<path> 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/).

2
suDo → asroot

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
# Выполнение команды с правами администратора
# Используется с dmenu
# suDo <command> <password>
# asroot <command> <password>
package require Expect
Loading…
Cancel
Save