add download from mega script
This commit is contained in:
parent
4accde5ee0
commit
80ec64a9c5
1 changed files with 10 additions and 0 deletions
|
|
@ -105,3 +105,13 @@ cmd zip ${{
|
||||||
zip -r $1.zip $1
|
zip -r $1.zip $1
|
||||||
rm -rf $1
|
rm -rf $1
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
cmd mega-extract ${{
|
||||||
|
printf " Enter compresion type: "
|
||||||
|
read compression
|
||||||
|
|
||||||
|
printf " Enter link: "
|
||||||
|
read link
|
||||||
|
|
||||||
|
download-mega-extract "$compression" "$PWD" "$link"
|
||||||
|
}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue