diff --git a/script/jekyll_update_orders.bash b/script/jekyll_update_orders.bash
new file mode 100644
index 0000000000000000000000000000000000000000..c71b244800b60491c7b4768492a8383f3c006866
--- /dev/null
+++ b/script/jekyll_update_orders.bash
@@ -0,0 +1,8 @@
+#!/bin/bash --login
+source /home/tonyford/.bashrc
+rvm use 2.3.1
+cd /var/www/exchange.faircoin.co/p2p/p2p-fairexchange
+git pull
+cd /var/www/exchange.faircoin.co/p2p/p2p-fairexchange/script
+python3 get_orders.py
+bundle exec jekyll build
diff --git a/script/jekyll_update_prices.bash b/script/jekyll_update_prices.bash
new file mode 100644
index 0000000000000000000000000000000000000000..30f13d1d4b2e59d3fa70254d159471589c4296b8
--- /dev/null
+++ b/script/jekyll_update_prices.bash
@@ -0,0 +1,8 @@
+#!/bin/bash --login
+source /home/tonyford/.bashrc
+rvm use 2.3.1
+cd /var/www/exchange.faircoin.co/p2p/p2p-fairexchange
+git pull
+cd /var/www/exchange.faircoin.co/p2p/p2p-fairexchange/script
+python3 get_prices.py
+bundle exec jekyll build