3 lines
49 B
Bash
3 lines
49 B
Bash
#!/bin/sh
|
|
sync;echo 1 > /proc/sys/vm/drop_caches
|
#!/bin/sh
|
|
sync;echo 1 > /proc/sys/vm/drop_caches
|