mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
10 lines
210 B
Bash
Executable File
10 lines
210 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "📰 🔃" > ~/.newsup
|
|
pkill -RTMIN+6 i3blocks
|
|
printf "Loading new RSS entries for newsboat...\\n"
|
|
/usr/bin/newsboat -x reload &&
|
|
printf "Done.\\n"
|
|
echo "" > ~/.newsup
|
|
pkill -RTMIN+6 i3blocks
|