Sha256: c057ef6548ecd0dbb267599dacda3e13e6e4b3437cc2b2bb74fcfcbe3a8cdb35

Contents?: true

Size: 413 Bytes

Versions: 36

Compression:

Stored size: 413 Bytes

Contents

#!/bin/bash

#/ NAME
#/     debug --
#/
#/ SYNOPSIS
#/     
#/     debug

# 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 'ao'

function aomain {
  export LOCAL_ONLY=true
  set -- $(for a in "$@"; do echo $a.echo; done)
  cap "$@"
}

require sub "$BASH_SOURCE" "$@"

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
alpha_omega-1.3.48 libexec/aoh-debug
alpha_omega-1.3.47 libexec/aoh-debug
alpha_omega-1.3.46 libexec/aoh-debug
alpha_omega-1.3.45 libexec/aoh-debug
alpha_omega-1.3.44 libexec/aoh-debug
alpha_omega-1.3.43 libexec/aoh-debug
alpha_omega-1.3.42 libexec/aoh-debug
alpha_omega-1.3.41 libexec/aoh-debug
alpha_omega-1.3.40 libexec/aoh-debug
alpha_omega-1.3.39 libexec/aoh-debug
alpha_omega-1.4.3 libexec/aoh-debug
alpha_omega-1.4.2 libexec/aoh-debug
alpha_omega-1.3.38 libexec/aoh-debug
alpha_omega-1.3.37 libexec/aoh-debug
alpha_omega-1.3.36 libexec/aoh-debug
alpha_omega-1.3.35 libexec/aoh-debug
alpha_omega-1.3.34 libexec/aoh-debug
alpha_omega-1.3.33 libexec/aoh-debug
alpha_omega-1.3.32 libexec/aoh-debug
alpha_omega-1.3.30 libexec/aoh-debug