4 lines
130 B
Bash
Executable file
4 lines
130 B
Bash
Executable file
#!/bin/bash
|
|
# Used by the mirroring user to refresh the nfs cache before doing a mirroring run.
|
|
|
|
echo 3 >/proc/sys/vm/drop_caches
|