mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -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}$' \
|
#< /usr/share/dict/cracklib-small | grep -E '^\w{4}$' \
|
||||||
while read -r; do
|
while read -r; do
|
||||||
curl -s 'https://twitter.com/users/username_available' -d username=$REPLY \
|
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
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue