#!/bin/bash #/ NAME #/ stub -- symlink catchall to implement 37signals/sub interface #/ #/ SYNOPSIS #/ ln -nfs stub bin/stubbed-command # figure out the project root under which bin, lib live shome="$(cd -P -- "$(dirname -- "$BASH_SOURCE")/.." && pwd -P)" # load a jason bourne library source "$shome/libexec/_treadstone" require 'sub' "$BASH_SOURCE" "$@"