Skip to content

Instantly share code, notes, and snippets.

View gabriel-bezerra's full-sized avatar

Gabriel Assis Bezerra gabriel-bezerra

View GitHub Profile
@gabriel-bezerra
gabriel-bezerra / pomodoro.sh
Created October 3, 2012 18:10 — forked from pcreux/pomodoro
Shell script Pomodoro timer for ubuntu unity
#!/bin/sh
#
# Pomodoro script.
#
# Displays a notification after 25 minutes.
#
# Don't forget to 'sudo apt-get install libnotify-bin'
#
# Shell script version by Gabriel Bezerra <gabriel.bezerra@gmail.com>
# based on the Ruby version by Philippe Creux at https://gist.github.com/1321896.
@gabriel-bezerra
gabriel-bezerra / devstack-setupt.sh
Last active August 29, 2015 14:00
Script to deploy DevStack on an Ubuntu machine -- should be run as root
#!/bin/bash
set -ex
apt-get -yq update
apt-get -yq upgrade
cd /root
# Install DevStack
apt-get -yq install git