- Florida Panhandle, USA
- http://linkedin.com/in/digitaljhelms
Block or Report
Block or report digitaljhelms
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
htmlmap Public
Fetches, transforms, and serves a sitemap.xml as simple HTML page (for when XSLT can't be used).
JavaScript
-
rake-release Public
Rake tasks for building, versioning & releasing sourced & scrubbed deliverables; useful for packaging & delivering code while maintaining obscurity in the source repo.
-
-
-
1
#!/bin/bash
23while IFS= read -r LINE || [ "$LINE" ]; do
4# https://curl.haxx.se/docs/manpage.html
5IN=$(curl -o /dev/null --silent --head --write-out "%{http_code};%{redirect_url}" "$LINE")