7 lines
93 B
Bash
7 lines
93 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
|
||
|
export SUDO_ASKPASS=${HOME}/.local/bin/scripts/rofi_password.sh
|
||
|
|
||
|
sudo -E -A $1
|