dotfiles/.config/shell/bin/rmswp

7 lines
100 B
Text
Raw Normal View History

#!/bin/bash
# Deletes the swapfile created by mkswp()
sudo swapoff -v /swapfile
sudo rm /swapfile