From 81457f4034df722b126dba9aa26d692c529eb02c Mon Sep 17 00:00:00 2001 From: yuriy Date: Thu, 11 Jul 2024 00:22:15 -0400 Subject: [PATCH] bash script to pull from joplin and start mdbook --- pullandstartmdbook.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 pullandstartmdbook.sh diff --git a/pullandstartmdbook.sh b/pullandstartmdbook.sh new file mode 100755 index 0000000..9e94619 --- /dev/null +++ b/pullandstartmdbook.sh @@ -0,0 +1 @@ +cd /home/yuriy/Syncthing/Git/joplin-mdbooks-website/ && python /home/yuriy/Syncthing/Git/joplin-mdbooks-website/joplinexport && mdbook serve -p 8000 -n 0.0.0.0