her.esy.fun/deploy.sh
Yann Esposito (Yogsototh) 1a9dc319b5
use svg for about-me
2019-11-22 08:51:02 +08:00

11 lines
129 B
Bash
Executable file

#!/usr/bin/env zsh
rootdir=${0:h}
echo $rootdir
echo "Full Build"
./fullbuild.sh
echo -n "Publishing"
./sync.sh
echo " [done]"