Fix shellcheck

This commit is contained in:
Arun Prakash Jana 2020-06-01 15:19:24 +05:30
parent 9fddd416ca
commit f6d9a6b34d
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -58,7 +58,7 @@ preview_file () {
# Binary file: just print filetype info # Binary file: just print filetype info
echo "-------- binary file --------" echo "-------- binary file --------"
file -b "$1" file -b "$1"
echo "\n-------- stat --------" echo "-------- stat --------"
stat "$1" stat "$1"
else else
# Text file: # Text file: