diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-07-10 22:15:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-07-10 22:15:39 +0300 |
commit | 4d96c16e38e995c84306ee0fc18fec86eef2f306 (patch) | |
tree | 611785c418d030a8a11a86b53a9ea9c5e8c5ca5d /%HOME%/.bash_utils | |
parent | branch_fixup_committer_dates: --force (diff) | |
download | linux-home-4d96c16e38e995c84306ee0fc18fec86eef2f306.tar.gz linux-home-4d96c16e38e995c84306ee0fc18fec86eef2f306.zip |
sums_add_distr: add *.img, *.tar files
Diffstat (limited to '%HOME%/.bash_utils')
-rw-r--r-- | %HOME%/.bash_utils/distr.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/%HOME%/.bash_utils/distr.sh b/%HOME%/.bash_utils/distr.sh index e0fa710..1067cc7 100644 --- a/%HOME%/.bash_utils/distr.sh +++ b/%HOME%/.bash_utils/distr.sh @@ -134,7 +134,9 @@ sums_add_distr() ( paths+=("$path") done < <( find . -type f -\( \ -iname '*.exe' \ + -o -iname '*.img' \ -o -iname '*.iso' \ + -o -iname '*.tar' \ -o -iname '*.tar.gz' \ -o -iname '*.tar.bz2' \ -o -iname '*.zip' \ |