mirror of https://github.com/Chizi123/Reddit-wallpaper-fetcher.git

Joel Grunbaum
2021-08-27 a03b71fd0ca338372854e8978235e681bf0d8da7
output subreddit to data.txt
1 files modified
1 ■■■■ changed files
reddit-wallpaper-fetcher 1 ●●●● patch | view | raw | blame | history
reddit-wallpaper-fetcher
@@ -68,6 +68,7 @@
echo "$LATEST" > "$WALLDIR"/json
title=$(echo "$LATEST" | jq -r ".data.children[-1].data.title")
echo "$title" > "$WALLDIR"/data.txt
echo $LATEST | jq -r ".data.children[-1].data.subreddit" >> "$WALLDIR"/data.txt
echo "$url" >> "$WALLDIR"/data.txt
echo https://reddit.com$(echo "$LATEST" | jq -r ".data.children[-1].data.permalink" | sed 's/"//g') >> "$WALLDIR"/data.txt