Skip to content

Instantly share code, notes, and snippets.

View kalmas's full-sized avatar

Kyle Almas kalmas

View GitHub Profile
@kalmas
kalmas / diff-urls.sh
Last active June 26, 2017 16:12 — forked from thetristan/diff_url
Diff the response from 2 or more URLs.
#!/bin/bash
# Diff the JSON response from 2 or more URLs.
name=`basename $0`
if [ $# -lt 3 ]
then
echo "Usage: $NAME <path> <host 1> <host 2> <...>" 1>&2
echo "Example: $NAME /foo https://www.example.com https://www.google.com https://www.amazon.com" 1>&2
exit 1
<?php
/*
Plugin Name: RSS Featured Image
Description: Add feature images to your blog rss.
*/
/*
* Code minimized from
* WP RSS Images (http://web-argument.com/wp-rss-images-wordpress-plugin/)
*/