mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix shellcheck
This commit is contained in:
parent
9fddd416ca
commit
f6d9a6b34d
|
@ -58,7 +58,7 @@ preview_file () {
|
|||
# Binary file: just print filetype info
|
||||
echo "-------- binary file --------"
|
||||
file -b "$1"
|
||||
echo "\n-------- stat --------"
|
||||
echo "-------- stat --------"
|
||||
stat "$1"
|
||||
else
|
||||
# Text file:
|
||||
|
|
Loading…
Reference in a new issue