Script to obtain resume from local repo and save as PDF

This commit is contained in:
Sharwin24 2025-06-29 19:14:07 -05:00
parent f7796d1818
commit faec25703c
2 changed files with 4 additions and 0 deletions

BIN
SharwinPatilResume.pdf Normal file

Binary file not shown.

4
getResume.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
cp "/home/sharwin/Resume/main.pdf" "/home/sharwin/sharwin24.github.io/SharwinPatilResume.pdf"
echo -e "Resume updated from \e[3m/home/sharwin/Resume\e[0m as \e[3mSharwinPatilResume.pdf\e[0m"