📝 Made note on file format check

This commit is contained in:
z3rOR0ne 2022-09-04 01:18:23 -07:00
parent f71ca38487
commit ff8b1a3b90
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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