feat: add user manual

This commit is contained in:
2025-02-20 17:59:14 -08:00
parent dadb1e92bc
commit 58b8829f79
2 changed files with 149 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#! /usr/bin/bash
dirs=("bsky" "chat" "games" "link-redirector" "resume" "testimonials");
dirs=("bsky" "chat" "games" "link-redirector" "resume" "testimonials" "manual");
for dir in "${dirs[@]}"; do
rsync -av $dir prod:/home/nhcarrigan