mirror of
https://github.com/notwa/rc
synced 2024-11-05 16:09:03 -08:00
fix lol-twitter
This commit is contained in:
parent
a22e191714
commit
0942885beb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue