6 lines
113 B
Bash
6 lines
113 B
Bash
#!/bin/esh
|
|
|
|
export-cmd DESKTOP cat /var/run/.wallpaper.pid
|
|
|
|
if not empty? "$DESKTOP" then kill -SIGUSR2 $DESKTOP
|