1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

oeis: removed additional comma from URL

This commit is contained in:
Your Name
2020-06-16 12:30:56 -04:00
parent 7f74201711
commit 9c637511a0
+1 -1
View File
@@ -155,7 +155,7 @@ oeis() (
fi
grep 'results, too many to show. Please refine your search.' /tmp/oeis/doc.html | sed -e 's/<[^>]*>//g; s/^[ \t]*//'
# Print URL for user
printf "\n[${URL}]\n"
printf "\n[${URL}]\n" | rev | sed 's/,//' | rev
)
oeis $@