ext: Remove in favor of atool (#1013)

* ext: Give the ability to extract multiple files and wildcards

* Variable renaming

* Make user get prompted if extracted file overwrites another file

* Deleted ext

We have atool

* Replace ext with aunpack
This commit is contained in:
krisdoodle45
2021-10-20 16:27:40 +02:00
committed by GitHub
parent 7c6b8a85b6
commit 714aa92a95
2 changed files with 1 additions and 46 deletions

View File

@@ -36,7 +36,7 @@ cmd extract ${{
printf "%s\n\t" "$fx"
printf "extract?[y/N]"
read ans
[ $ans = "y" ] && ext $fx
[ $ans = "y" ] && aunpack $fx
}}
cmd delete ${{