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