From bf8efbce7f202f1f7650f628955fb0e42d343a1f Mon Sep 17 00:00:00 2001 From: Erg Date: Thu, 28 Nov 2024 16:40:51 +0100 Subject: Initial commit. Serving main page and static html files, extra 404 error, contains openrc service file and accompanying script --- tech_blog.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tech_blog.sh (limited to 'tech_blog.sh') diff --git a/tech_blog.sh b/tech_blog.sh new file mode 100644 index 0000000..f492320 --- /dev/null +++ b/tech_blog.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +cd /home/erg/Code/Python/tech_blog || exit # If your login is different, change home directory +python main.py -- cgit v1.2.3-65-gdbad