3 lines
54 B
Bash
Executable File
3 lines
54 B
Bash
Executable File
#!/bin/bash
|
|
sync && echo 1 > /proc/sys/vm/drop_caches
|