#!/bin/sh

lsblk | grep SWAP | awk '{print $1}' | tr -d └─
