format shell scripts with shfmt

shfmt -sr -w -ci bin/* *.sh

Signed-off-by: PeroSar <perosar1111@gmail.com>
This commit is contained in:
PeroSar 2022-05-10 01:41:29 +05:30
parent 8bd28b305f
commit bdb8ca26fb
Signed by: PeroSar
GPG Key ID: 5C2D258445DA8B58
3 changed files with 16 additions and 18 deletions

View File

@ -10,5 +10,3 @@ case $# in
1) $OBJDUMP -p -- "$@" | grep NEEDED | cut -d' ' -f18 ;;
*) $OBJDUMP -p -- "$@" | grep 'NEEDED\|file format' | cut -d' ' -f1,18 ;;
esac