hexo一键上传的脚本

在博客根目录新建 up.sh 文件

添加内容

#!/bin/bash
hexo cl && hexo g && hexo d

完成!!

使用

在博客根目录使用 ./up.sh 即可