mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
6 lines
80 B
Bash
6 lines
80 B
Bash
|
#!/bin/bash -x
|
||
|
# Clear the disk caches.
|
||
|
sync
|
||
|
echo 3 > /proc/sys/vm/drop_caches
|
||
|
|