2 lines
83 B
Bash
Executable file
2 lines
83 B
Bash
Executable file
#!/bin/bash
|
|
sudo echo "`whoami` ALL=(ALL) NOPASSWD:/root/bin/mps" >> /etc/sudoers
|