<
Introducing arcK – a command line archival tool for directories or files
-Visit official pages.
+Visit official pages.
diff --git a/index.html b/index.html
index 48fb961..da7b829 100644
--- a/index.html
+++ b/index.html
@@ -106,7 +106,7 @@ Welcome to the World of Karl Hunter
-- arK (Command line archive tool with erasure coding)
+- arcK (Command line archive tool with erasure coding)
- DEFIANT-FG (Command line file monitoring tool)
- ArchvieGuardian (Light-weight python script to hash file)
- ZFS Snapper (automatic snapshot script written in shell)
diff --git a/push.sh b/push.sh
index 634dd2d..59d11f1 100755
--- a/push.sh
+++ b/push.sh
@@ -2,7 +2,10 @@
# Push to Github
-git add *
+git add --all
git commit -m "Journal posts"
git push origin main
-#rclone copy --progress ~/Documents/Website/ e2ir:website/
+
+git -C ../template add --all
+git -C ../template commit -m "Journal posts"
+git -C ../template push origin master