3 lines
136 B
Bash
Executable file
3 lines
136 B
Bash
Executable file
#!/bin/sh
|
|
|
|
curl -s "$(curl -sL https://c.xkcd.com/random/comic | grep 'Image URL' | awk '{print $5}')" -o ~/Pictures/xkcd-wallpaper.png
|