Script to obtain resume from local repo and save as PDF
This commit is contained in:
parent
f7796d1818
commit
faec25703c
2 changed files with 4 additions and 0 deletions
BIN
SharwinPatilResume.pdf
Normal file
BIN
SharwinPatilResume.pdf
Normal file
Binary file not shown.
4
getResume.sh
Normal file
4
getResume.sh
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue