tunuifranken.info/pull-cv.sh

11 lines
209 B
Bash
Executable file

#!/bin/bash
[ "$HOSTNAME" != lime2 ] || exit 1
echo -n "Pulling CV... "
cp ~/src/html-cv/out.html ./cv/index.html
cp ~/src/html-cv/data/cv-photo ./cv/data/cv-photo
cp -r ~/src/html-cv/css ./cv
echo "Done"