Skip to content

Instantly share code, notes, and snippets.

View luizrabachini's full-sized avatar

Luiz Rabachini luizrabachini

View GitHub Profile
@luizrabachini
luizrabachini / screen-share
Last active August 29, 2015 14:02 — forked from Saicheg/screenshare
A shell script to share desktop screenshots using Dropbox
#!/bin/bash
# ------------------------------------------------------------
# Automatic screenshot sharing integrated with Dropbox
# ------------------------------------------------------------
# Requirements:
# dropbox
# gnome-screenshot
# xclip
# ------------------------------------------------------------