6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
|
||
|
export SUDO_ASKPASS=/usr/bin/rofi-passwd
|
||
|
|
||
|
sudo -E -A $1 "$@"
|