mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +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
|
|
|