6 lines
139 B
Bash
Executable File
6 lines
139 B
Bash
Executable File
#!/usr/bin/env sh
|
|
SCRIPT=$(readlink -f "$0")
|
|
SCRIPTPATH=$(dirname "$SCRIPT")
|
|
|
|
$SCRIPTPATH/set-bg.sh $(shuf -n1 -e ~/pictures/wallpapers/*)
|