diff options
author | Erg <uinarf@autistici.org> | 2024-11-28 16:40:51 +0100 |
---|---|---|
committer | Erg <uinarf@autistici.org> | 2024-11-28 16:40:51 +0100 |
commit | bf8efbce7f202f1f7650f628955fb0e42d343a1f (patch) | |
tree | d80a2556b24efdd4a9e0d8e6f5f6a11bcb3b5afd /tech_blog.sh | |
download | fastapi_blog-bf8efbce7f202f1f7650f628955fb0e42d343a1f.tar.gz fastapi_blog-bf8efbce7f202f1f7650f628955fb0e42d343a1f.tar.bz2 fastapi_blog-bf8efbce7f202f1f7650f628955fb0e42d343a1f.zip |
Initial commit. Serving main page and static html files, extra 404 error, contains openrc service file and accompanying scriptHEADmaster
Diffstat (limited to 'tech_blog.sh')
-rw-r--r-- | tech_blog.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |