Created
May 26, 2016 08:40
-
-
Save basz/2575cdb5e6a0dd482ed19b2e4be02696 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| echo "authentication " `curl -I --silent https://github.com/zendframework/zend-authentication/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "barcode " `curl -I --silent https://github.com/zendframework/zend-barcode/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "cache " `curl -I --silent https://github.com/zendframework/zend-cache/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "captcha " `curl -I --silent https://github.com/zendframework/zend-captcha/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "code " `curl -I --silent https://github.com/zendframework/zend-code/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "config " `curl -I --silent https://github.com/zendframework/zend-config/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "console " `curl -I --silent https://github.com/zendframework/zend-console/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "crypt " `curl -I --silent https://github.com/zendframework/zend-crypt/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "db " `curl -I --silent https://github.com/zendframework/zend-db/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "debug " `curl -I --silent https://github.com/zendframework/zend-debug/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "di " `curl -I --silent https://github.com/zendframework/zend-di/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "dom " `curl -I --silent https://github.com/zendframework/zend-dom/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "escaper " `curl -I --silent https://github.com/zendframework/zend-escaper/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "eventmanager " `curl -I --silent https://github.com/zendframework/zend-eventmanager/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "feed " `curl -I --silent https://github.com/zendframework/zend-feed/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "file " `curl -I --silent https://github.com/zendframework/zend-file/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "filter " `curl -I --silent https://github.com/zendframework/zend-filter/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "form " `curl -I --silent https://github.com/zendframework/zend-form/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "http " `curl -I --silent https://github.com/zendframework/zend-http/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "i18n " `curl -I --silent https://github.com/zendframework/zend-i18n/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "inputfilter " `curl -I --silent https://github.com/zendframework/zend-inputfilter/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "json " `curl -I --silent https://github.com/zendframework/zend-json/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "ldap " `curl -I --silent https://github.com/zendframework/zend-ldap/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "loader " `curl -I --silent https://github.com/zendframework/zend-loader/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "log " `curl -I --silent https://github.com/zendframework/zend-log/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "mail " `curl -I --silent https://github.com/zendframework/zend-mail/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "math " `curl -I --silent https://github.com/zendframework/zend-math/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "memory " `curl -I --silent https://github.com/zendframework/zend-memory/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "mime " `curl -I --silent https://github.com/zendframework/zend-mime/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "modulemanager " `curl -I --silent https://github.com/zendframework/zend-modulemanager/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "mvc " `curl -I --silent https://github.com/zendframework/zend-mvc/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "navigation " `curl -I --silent https://github.com/zendframework/zend-navigation/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "paginator " `curl -I --silent https://github.com/zendframework/zend-paginator/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "permissions-acl " `curl -I --silent https://github.com/zendframework/zend-permissions-acl/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "permissions-rbac " `curl -I --silent https://github.com/zendframework/zend-permissions-rbac/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "progressbar " `curl -I --silent https://github.com/zendframework/zend-progressbar/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "serializer " `curl -I --silent https://github.com/zendframework/zend-serializer/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "server " `curl -I --silent https://github.com/zendframework/zend-server/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "servicemanager " `curl -I --silent https://github.com/zendframework/zend-servicemanager/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "session " `curl -I --silent https://github.com/zendframework/zend-session/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "soap " `curl -I --silent https://github.com/zendframework/zend-soap/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "stdlib " `curl -I --silent https://github.com/zendframework/zend-stdlib/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "tag " `curl -I --silent https://github.com/zendframework/zend-tag/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "test " `curl -I --silent https://github.com/zendframework/zend-test/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "text " `curl -I --silent https://github.com/zendframework/zend-text/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "uri " `curl -I --silent https://github.com/zendframework/zend-uri/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "validator " `curl -I --silent https://github.com/zendframework/zend-validator/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "version " `curl -I --silent https://github.com/zendframework/zend-version/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "view " `curl -I --silent https://github.com/zendframework/zend-view/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "xmlrpc " `curl -I --silent https://github.com/zendframework/zend-xmlrpc/blob/master/composer.lock | grep 'HTTP/1.1'` | |
| echo "ZendXml " `curl -I --silent https://github.com/zendframework/ZendXml/blob/master/composer.lock | grep 'HTTP/1.1'` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./list.sh | |
| authentication HTTP/1.1 404 Not Found | |
| barcode HTTP/1.1 404 Not Found | |
| cache HTTP/1.1 404 Not Found | |
| captcha HTTP/1.1 404 Not Found | |
| code HTTP/1.1 404 Not Found | |
| config HTTP/1.1 404 Not Found | |
| console HTTP/1.1 404 Not Found | |
| crypt HTTP/1.1 404 Not Found | |
| db HTTP/1.1 404 Not Found | |
| debug HTTP/1.1 404 Not Found | |
| di HTTP/1.1 404 Not Found | |
| dom HTTP/1.1 404 Not Found | |
| escaper HTTP/1.1 404 Not Found | |
| eventmanager HTTP/1.1 404 Not Found | |
| feed HTTP/1.1 404 Not Found | |
| file HTTP/1.1 404 Not Found | |
| filter HTTP/1.1 404 Not Found | |
| form HTTP/1.1 200 OK | |
| http HTTP/1.1 404 Not Found | |
| i18n HTTP/1.1 404 Not Found | |
| inputfilter HTTP/1.1 200 OK | |
| json HTTP/1.1 404 Not Found | |
| ldap HTTP/1.1 200 OK | |
| loader HTTP/1.1 404 Not Found | |
| log HTTP/1.1 404 Not Found | |
| mail HTTP/1.1 404 Not Found | |
| math HTTP/1.1 404 Not Found | |
| memory HTTP/1.1 404 Not Found | |
| mime HTTP/1.1 404 Not Found | |
| modulemanager HTTP/1.1 404 Not Found | |
| mvc HTTP/1.1 200 OK | |
| navigation HTTP/1.1 200 OK | |
| paginator HTTP/1.1 404 Not Found | |
| permissions-acl HTTP/1.1 404 Not Found | |
| permissions-rbac HTTP/1.1 404 Not Found | |
| progressbar HTTP/1.1 404 Not Found | |
| serializer HTTP/1.1 200 OK | |
| server HTTP/1.1 404 Not Found | |
| servicemanager HTTP/1.1 404 Not Found | |
| session HTTP/1.1 404 Not Found | |
| soap HTTP/1.1 404 Not Found | |
| stdlib HTTP/1.1 404 Not Found | |
| tag HTTP/1.1 404 Not Found | |
| test HTTP/1.1 200 OK | |
| text HTTP/1.1 404 Not Found | |
| uri HTTP/1.1 404 Not Found | |
| validator HTTP/1.1 404 Not Found | |
| version HTTP/1.1 404 Not Found | |
| view HTTP/1.1 200 OK | |
| xmlrpc HTTP/1.1 404 Not Found | |
| ZendXml HTTP/1.1 404 Not Found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment