mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 13:51:31 +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
|
# 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:
|
||||||
|
|
Loading…
Reference in a new issue