1
0
Fork 0
Scripts/clear-swap.sh

5 lines
87 B
Bash
Raw Normal View History

2021-06-30 00:36:37 +02:00
#!/bin/bash
# Disable and reenable swaps to clear them.
sudo swapoff -a
sudo swapon -a