1
0
Fork 0
Scripts/clear-swap.sh
2021-06-30 00:36:37 +02:00

5 lines
87 B
Bash
Executable file

#!/bin/bash
# Disable and reenable swaps to clear them.
sudo swapoff -a
sudo swapon -a