Skip to content

Instantly share code, notes, and snippets.

@balthazar
Created November 16, 2017 15:38
Show Gist options
  • Save balthazar/ce7cc68c04f062b5846e6693a7647c73 to your computer and use it in GitHub Desktop.
Save balthazar/ce7cc68c04f062b5846e6693a7647c73 to your computer and use it in GitHub Desktop.
#!/bin/sh
curl 'https://www.random.org/lists/?mode=advanced' \
--data 'list=frappe%0D%0Ahighcharts%0D%0Arecharts%0D%0Afusion%0D%0Avictory%0D%0Acharts.js%0D%0Areact-vis%0D%0A&format=plain' --data 'list=react-vis%0D%0Areact-vis&format=plain' \
--compressed -s \
| sed -n 1p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment