Skip to content

Instantly share code, notes, and snippets.

View theiostream's full-sized avatar

Daniel Ferreira theiostream

View GitHub Profile
@theiostream
theiostream / Makefile
Created July 10, 2012 01:52
Get UDID from liblockdown
## Uses theos.
include theos/makefiles/common.mk
TOOL_NAME = uiduid2
uiduid2_FILES = main.mm
uiduid2_LDFLAGS = -llockdown
include $(THEOS_MAKE_PATH)/tool.mk
@theiostream
theiostream / tw
Created June 29, 2012 14:32
This is actually my most used command-line tool.
#!/bin/bash
if [ ! -f $1 ]; then touch $1; fi
open -b com.barebones.textwrangler $1