#!/bin/bash diskspace-check for s in "${HOME}/.config/sway-profiles/unlockscript.d/"*;do "${s}" done