mass_shooting_feed/run.sh

6 lines
249 B
Bash
Raw Normal View History

2023-10-15 11:29:44 +00:00
#!/bin/bash
curl https://en.m.wikipedia.org/w/index.php\?title\=List_of_mass_shootings_in_the_United_States_in_2023\&action\=raw > /tmp/feed_input.txt
node ./index.mjs
cp /tmp/feed_output.rss /mnt/vault/public/game-archive/files/mass_shootings.rss