Skip to content

Instantly share code, notes, and snippets.

View dminones's full-sized avatar

Darío Miñones dminones

View GitHub Profile
@dminones
dminones / bitbucket-backup-all-repos.sh
Last active October 2, 2015 17:26 — forked from nixjobin/bitbucket-backup-all-repos.sh
bitbucket-backup-all-repos.sh
#!/bin/bash
#Author Jobin Joseph
#Blog : JobNix.in
#Bio : JobinJoseph.com
#Bitbucket credentials
bbuser='Username_here'
bbpass='password_here'
bbteam='teamname_here'
//
// UIViewController+DismissOnTapOutside.h
// Telly
//
// Created by Mazyad Alabduljaleel on 5/8/14.
// Copyright (c) 2014 Telly, Inc. All rights reserved.
//
#import <UIKit/UIKit.h>