Resume now displays on tab
This commit is contained in:
parent
b168b11902
commit
02719113c9
8 changed files with 35 additions and 15 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue