3 lines
78 B
Bash
Executable file
3 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "$USER hard nice -20" | sudo tee -a /etc/security/limits.conf
|