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