7 lines
155 B
Bash
Executable File
7 lines
155 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#only call if script is there
|
|
command -v /home/aiden/sddm-random-background.sh >/dev/null || exit 0
|
|
|
|
exec /home/aiden/sddm-random-background.sh
|