You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
341 B
Bash
16 lines
341 B
Bash
#if [ ! -d ".bin" ]; then
|
|
# mkdir ".bin"
|
|
#fi
|
|
#
|
|
#if [ ! -f ".bin/mediago.exe"]; then
|
|
# wget "http://static.ziying.site/mediago.exe"
|
|
#fi
|
|
#
|
|
#if [ ! -f ".bin/ffmpeg.exe"]; then
|
|
# wget "http://static.ziying.site/ffmpeg.exe"
|
|
#fi
|
|
#
|
|
#if [ ! -f ".bin/N_m3u8DL-CLI_v2.9.5.exe"]; then
|
|
# wget "http://static.ziying.site/N_m3u8DL-CLI_v2.9.5.exe"
|
|
#fi
|