asdf-nodejs/bin/list-all

7 lines
117 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 \
2016-03-13 00:59:48 +08:00
| grep -E -v '^0\.([0-9]|10|11)\.'
2016-03-13 00:18:58 +08:00
)