Changed the main script to not call the secondary ones locally anymore.

This commit is contained in:
Daniel Mowitz 2021-10-15 20:22:24 +02:00
parent dc92dd52a4
commit e991dc36fe

View file

@ -1,5 +1,5 @@
#!/bin/sh
./get-feeds
./combine-md-files Feeds $HOME/xslfeed/feeds/* > $HOME/xslfeed/feeds.md
./generate-website-from-html $HOME/xslfeed/feeds.md /etc/xslfeed/style.css
get-feeds
combine-md-files Feeds $HOME/xslfeed/feeds/* > $HOME/xslfeed/feeds.md
generate-website-from-html $HOME/xslfeed/feeds.md /etc/xslfeed/style.css