4 lines
35 B
Bash
Executable file
4 lines
35 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo sysctl -p
|
|
exit 0
|