adding script with syntax to clear linux caches
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
sync;echo 1 > /proc/sys/vm/drop_caches
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
sync;echo 1 > /proc/sys/vm/drop_caches
|
||||