Skip to content

适用于 GAE 云端 Shell 的 KindleEar上传脚本。

Notifications You must be signed in to change notification settings

Steven630/KindleEar-Uploader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

KindleEar上传脚本

按照脚本的提示输入 Gmail 和 APPID 等信息即可轻松上传。

rm -f uploader.sh* && \
wget https://raw.githubusercontent.com/Steven630/KindleEar-Uploader/master/uploader.sh && \
chmod +x uploader.sh && \
./uploader.sh

如果想要指定其它 KindleEar 项目分支(比如上传自己修改后的源代码),可在指令的 uploader.sh 后附加 Github 源代码的 URL,如下所示:

rm -f uploader.sh* && \
wget https://raw.githubusercontent.com/bookfere/KindleEar-Uploader/master/uploader.sh && \
chmod +x uploader.sh && \
./uploader.sh https://github.com/bookfere/KindleEar.git

书伴 - 为静心阅读而生 https://bookfere.com

About

适用于 GAE 云端 Shell 的 KindleEar上传脚本。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%