4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
# trim all mounted file systems which support it
|
|
/sbin/fstrim --all || true
|