Skip to content

Commit

Permalink
Modify comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
P3TERX committed Oct 23, 2019
1 parent 8ce8195 commit 96b55eb
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 16 deletions.
11 changes: 7 additions & 4 deletions autoupload.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/bin/bash
#Description: Aria2 download completes calling Rclone upload
#Version: 1.8
#Author: P3TERX
#Blog: https://p3terx.com
#=================================================
# Description: Aria2 download completes calling Rclone upload
# Lisence: MIT
# Version: 1.8
# Author: P3TERX
# Blog: https://p3terx.com
#=================================================

downloadpath='/root/Download' #Aria2下载目录
name='Onedrive' #配置Rclone时填写的name
Expand Down
11 changes: 7 additions & 4 deletions delete.aria2.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/bin/bash
#Description: Delete .aria2 file after Aria2 download is complete
#Version: 1.8
#Author: P3TERX
#Blog: https://p3terx.com
#=================================================
# Description: Delete .aria2 file after Aria2 download is complete
# Lisence: MIT
# Version: 1.8
# Author: P3TERX
# Blog: https://p3terx.com
#=================================================

downloadpath='/root/Download' #Aria2下载目录

Expand Down
11 changes: 7 additions & 4 deletions delete.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/bin/bash
#Description: Delete files after Aria2 download error
#Version: 1.8
#Author: P3TERX
#Blog: https://p3terx.com
#=================================================
# Description: Delete files after Aria2 download error
# Lisence: MIT
# Version: 1.8
# Author: P3TERX
# Blog: https://p3terx.com
#=================================================

downloadpath='/root/Download' #Aria2下载目录

Expand Down
11 changes: 7 additions & 4 deletions info.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/bin/bash
#Description: Display Aria2 download information when paused
#Version: 1.3
#Author: P3TERX
#Blog: https://p3terx.com
#=================================================
# Description: Display Aria2 download information when paused
# Lisence: MIT
# Version: 1.3
# Author: P3TERX
# Blog: https://p3terx.com
#=================================================

downloadpath='/root/Download' #Aria2下载目录

Expand Down

0 comments on commit 96b55eb

Please sign in to comment.