1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 01:07:11 -07:00

fix lol-twitter

This commit is contained in:
Connor Olding 2014-03-13 10:16:38 -07:00
parent a22e191714
commit 0942885beb

View File

@ -3,5 +3,5 @@
#< /usr/share/dict/cracklib-small | grep -E '^\w{4}$' \
while read -r; do
curl -s 'https://twitter.com/users/username_available' -d username=$REPLY \
| grep -lq ',"valid":true,' && echo $REPLY || echo \#$REPLY
| grep -lq ',"valid":true' && echo $REPLY || echo \#$REPLY
done