mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
7 lines
125 B
Bash
Executable File
7 lines
125 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -Eeuo pipefail
|
|
|
|
DIR=/home/sudacode/Pictures/wallpapers/
|
|
feh --bg-scale "$(find "$DIR" | shuf -n 1)"
|