Skip to content

Instantly share code, notes, and snippets.

View AsianChris's full-sized avatar

Chris Baptista AsianChris

View GitHub Profile
javascript: (function() {
var url = window.location.href;
var key = '_escaped_fragment_';
var value = '';
url = updateQueryStringParameter(url, key, value);
window.location.href = url;
@AsianChris
AsianChris / pu.sh
Last active February 1, 2016 20:54
Git Repo Update
#!/bin/bash
# View Delimiter
DLM='-------------------------------------'
# Set Output Colors
red=`tput setaf 1`
green=`tput setaf 2`
blue=`tput setaf 4`
cyan=`tput setaf 6`