7 lines
105 B
Bash
Executable file
7 lines
105 B
Bash
Executable file
#!/bin/bash
|
|
|
|
diskspace-check
|
|
|
|
for s in "${HOME}/.config/sway-profiles/unlockscript.d/"*;do
|
|
"${s}"
|
|
done
|