Fix shellcheck issue with reddit script

This commit is contained in:
Miles Alan 2020-06-27 20:22:58 -05:00
parent cef4de2af0
commit dfca1ede69

View file

@ -17,7 +17,7 @@ menu() {
tr -d '\n' | tr -d '\n' |
sed 's/===/\n/g' | sed 's/===/\n/g' |
sed 's/^\t//g' | sed 's/^\t//g' |
sort -t$'\t' -rnk4 | sort -t"$(printf '%b' '\t')" -rnk4 |
awk -F'\t' '{ printf "↑%4s", $3; print " " $4 " " $1 " " $2 }' awk -F'\t' '{ printf "↑%4s", $3; print " " $4 " " $1 " " $2 }'
)" )"