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