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