This website requires JavaScript.
Explore
Help
Sign In
nortega
/
my-scripts
Watch
1
Star
0
Fork
0
You've already forked my-scripts
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
191784d1f2
my-scripts
/
clearmem
6 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit.
2021-08-31 06:25:02 +00:00
#!/bin/bash
Add bash strict options.
2024-12-31 10:03:56 +00:00
set -euo pipefail
Initial commit.
2021-08-31 06:25:02 +00:00
sync && echo 1 > /proc/sys/vm/drop_caches
Reference in New Issue
Copy Permalink