I hereby claim:
- I am mandusm on github.
- I am mandusm (https://keybase.io/mandusm) on keybase.
- I have a public key whose fingerprint is EF5F 7464 7EDD BF74 E23C C45B 9B16 6556 DB6F 5D9D
To claim this, I am signing this object:
# Function to URLEncode JSON and Other Strings | |
urlencode() { | |
local LANG=C; local c; while IFS= read -r c; do | |
case $c in [a-zA-Z0-9.~_-]) printf "$c"; continue ;; esac | |
printf "$c" | od -An -tx1 | tr ' ' % | tr -d '\n' | |
done <<EOF | |
$(fold -w1) | |
EOF | |
echo | |
} |
#!/bin/bash | |
ZONEID=YOUR_HOSTED_ZONE_ID | |
export PATH=/bin:/usr/bin:/usr/local/bin | |
DNS_RECORD="$1" | |
function digIP () { | |
while true; do | |
CURRENT_IP=`dig +short +time=5 "$1"` | |
if [ -n "$CURRENT_IP" ]; then |
# ----------------------- # | |
# Main Configs # | |
# ----------------------- # | |
url: http://yoursite.com | |
title: My Octopress Blog | |
subtitle: A blogging framework for hackers. | |
author: Your Name | |
simple_search: https://www.google.com/search | |
description: |
I hereby claim:
To claim this, I am signing this object: