asdf-nodejs/bin/list-all

7 lines
111 B
Plaintext
Raw Normal View History

2015-05-24 12:26:04 +08:00
#!/usr/bin/env bash
2016-03-13 00:18:58 +08:00
echo $(
curl --silent http://semver.io/node/versions \
| grep -E -v '^0\.([0-9])\.'
2016-03-13 00:18:58 +08:00
)