Skip to content

Commit

Permalink
zuozhong / bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniverse committed Apr 17, 2018
1 parent 829d797 commit 8d06f0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/zuozhong
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# https://github.com/Aniverse/iFeral
# Author: Aniverse
# 2018.04.14
# 2018.04.17

black=$(tput setaf 0); red=$(tput setaf 1); green=$(tput setaf 2); yellow=$(tput setaf 3); blue=$(tput setaf 4)
magenta=$(tput setaf 5); cyan=$(tput setaf 6); white=$(tput setaf 7); bold=$(tput bold); normal=$(tput sgr0); jiacu=${normal}${bold}
Expand All @@ -23,6 +23,9 @@ file_title_clean="$(echo "$file_title_clean" | tr -d '(')"
file_title_clean="$(echo "$file_title_clean" | tr -d ')')"
file_title_clean="` echo "$file_title_clean" | sed 's/\//\./' `"

# 询问要用的 Tracker URL
function _input_announce() { echo "${yellow}${bold}" ; read -e -p "Input your tracker announce: ${normal}${blue}" TRACKERA ; echo "${normal}" ; ANNOUNCE="-a $TRACKERA" ; }

# 询问 Tracker
echo -e "
01) ${cyan}Create a new torrent with empty announce${normal}
Expand Down

0 comments on commit 8d06f0d

Please sign in to comment.