tunuifranken.info/pull-cv.sh

12 lines
209 B
Bash
Raw Normal View History

2021-01-12 14:20:08 +01:00
#!/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"