📝 Made note on file format check
This commit is contained in:
parent
f71ca38487
commit
ff8b1a3b90
2 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ txtwhite=${txtbld}$(tput setaf 7)
|
|||
# To be implemented:
|
||||
# dependencies=("echo" "sed" "tar" "zip" "bzip2" "gzip" "gunzip" "pax" "7z" "ar" "cpio" "brotli" "lzip" "rzip" "xz" "zstd")
|
||||
|
||||
#Use for loop to check if recognized file formats have been passed to first argument
|
||||
|
||||
# Main Dependency check
|
||||
dependencies=("echo" "sed" "tput")
|
||||
numdependencies=3
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ txtwhite=${txtbld}$(tput setaf 7)
|
|||
# To be implemented:
|
||||
# dependencies=("echo" "sed" "tar" "zip" "bzip2" "gzip" "gunzip" "pax" "7z" "ar" "cpio" "brotli" "lzip" "rzip" "xz" "zstd")
|
||||
|
||||
#Use for loop to check if recognized file formats have been passed to first argument
|
||||
|
||||
# Main Dependency check
|
||||
dependencies=("echo" "sed" "tput")
|
||||
numdependencies=3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue