4 lines
48 B
Bash
4 lines
48 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo 3 > /proc/sys/vm/drop_caches
|