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