Skip to content

Instantly share code, notes, and snippets.

View sbuzonas's full-sized avatar

Steve Buzonas sbuzonas

View GitHub Profile
@sbuzonas
sbuzonas / README.md
Last active August 29, 2015 14:16 — forked from taylor/README.md

Introduction

ssh-srv-wrapper is bash shell script which tries to find a SSH SRV record for the first host and uses what is found rather than what was passed (if a valid record is found).

Install

Run the script directly or feel free to rename or symlink to the name ssh. It will look for another ssh in your path to execute.

@sbuzonas
sbuzonas / libdwarf.rb
Created February 17, 2014 21:13 — forked from danslo/libdwarf.rb
require 'formula'
class Libdwarf < Formula
homepage 'http://sourceforge.net/apps/trac/elftoolchain/'
url 'http://sourceforge.net/projects/elftoolchain/files/Sources/elftoolchain-0.6.1/elftoolchain-0.6.1.tgz/download'
sha1 '023d40f5ef618c9910389880a5df65970d88fc0b'
depends_on :bsdmake => :build