Skip to content

Instantly share code, notes, and snippets.

View jplesperance's full-sized avatar

Jesse Lesperance jplesperance

View GitHub Profile
@jplesperance
jplesperance / security-group-cleanup.py
Created December 1, 2015 20:22 — forked from miketheman/security-group-cleanup.py
AWS EC2 Unused Security Group cleanup
#!/usr/bin/env python
import sys
import boto
import pprint
del_flag = ''
if len(sys.argv) > 1:
del_flag = sys.argv[1]
GFORCE => git add -A && git commit --amend -C HEAD && git push -f
c => git_index
cbg => git rev-parse --verify HEAD | simple_clipboard
g => git
ga => git_add_shortcuts
gaa => git add -A
gap => git add -p
gash => git stash
gasha => git stash apply
gashl => git stash list