Skip to content

Commit

Permalink
Be more POSIX
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Oct 31, 2023
1 parent dcd84ed commit 5088d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/list-all
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -euo pipefail
curl https://github.com/so-dang-cool/dt/releases.atom 2>/dev/null \
| grep \<id\> \
| awk '/<id>.+\/v/ { sub(/.+\/v/, ""); sub(/<.+>/, ""); print $1 }' \
| tac
| tail -r

0 comments on commit 5088d27

Please sign in to comment.