Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Patrick Beard
@schwa I use aliases: alias try-patch="patch -p0 --posix --dry-run" apply-patch="patch -p0 --posix" reverse-patch="apply-patch -R"