From 5c8c04f4da620a891368f9b8fdf045035b1cdf50 Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Fri, 2 Jun 2017 13:59:19 +0200
Subject: Add script for systemctl

---
 start.sh | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100755 start.sh

diff --git a/start.sh b/start.sh
new file mode 100755
index 00000000..df5d99b8
--- /dev/null
+++ b/start.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+git pull
+python3 pyblog regen 
+python3 pyblog p
-- 
cgit v1.2.1