Resume now displays on tab

This commit is contained in:
Sharwin24 2025-06-29 19:42:50 -05:00
parent b168b11902
commit 02719113c9
8 changed files with 35 additions and 15 deletions

View file

@ -1,4 +1,6 @@
#!/bin/bash
cp "/home/sharwin/Resume/main.pdf" "/home/sharwin/sharwin24.github.io/static/files/SharwinPatilResume.pdf"
src="/home/sharwin/Resume/main.pdf"
dest="/home/sharwin/sharwin24.github.io/content/resume/SharwinPatilResume.pdf"
cp "$src" "$dest"
echo -e "Resume updated from \e[3m/home/sharwin/Resume\e[0m as \e[3mSharwinPatilResume.pdf\e[0m"