From 881258d78b0f8fd6c7e920a3f0558477ce2186b1 Mon Sep 17 00:00:00 2001 From: Amir Chaudhry Date: Fri, 18 Oct 2013 16:34:16 +0100 Subject: [PATCH] mv update file to root In case I need/want to add more scripts for whatever reason they can be run from one place, instead of different files --- _includes/links/update-rss.sh | 3 --- update-all.sh | 6 ++++++ 2 files changed, 6 insertions(+), 3 deletions(-) delete mode 100755 _includes/links/update-rss.sh create mode 100755 update-all.sh diff --git a/_includes/links/update-rss.sh b/_includes/links/update-rss.sh deleted file mode 100755 index dfd40f8..0000000 --- a/_includes/links/update-rss.sh +++ /dev/null @@ -1,3 +0,0 @@ -cd rawdog -rawdog -d . -vuw -cd .. diff --git a/update-all.sh b/update-all.sh new file mode 100755 index 0000000..af49722 --- /dev/null +++ b/update-all.sh @@ -0,0 +1,6 @@ +# update the Pinboard RSS feed +# for the /links pages +cd _includes/links/rawdog +pwd +rawdog -d . -vuw +cd -