Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

bookfere/KindleEar-Uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

KindleEar上传脚本

打开 Google 云端 Shell,复制粘贴以下命令,按照脚本的提示输入 Gmail 和 APPID 等信息即可轻松上传。

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

脚本默认拉取的是 KindleEar 官方源代码,如果想要指定其它 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上传脚本。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages