Sha256: 60c42aed38310b9dc571443c1765a96c1076bb444cfd2d5f5e0ff187a3acdff3

Contents?: true

Size: 446 Bytes

Versions: 10

Compression:

Stored size: 446 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
  export FLAGS_DEBUG=$FLAGS_TRUE
  set -- $(for a in "$@"; do echo $a.echo; done)
  cap "$@"
}

require sub "$BASH_SOURCE" "$@"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
alpha_omega-1.5.10 libexec/aoh-debug
alpha_omega-1.5.9 libexec/aoh-debug
alpha_omega-1.5.8 libexec/aoh-debug
alpha_omega-1.5.7 libexec/aoh-debug
alpha_omega-1.5.6 libexec/aoh-debug
alpha_omega-1.5.4 libexec/aoh-debug
alpha_omega-1.5.3 libexec/aoh-debug
alpha_omega-1.5.2 libexec/aoh-debug
alpha_omega-1.5.1 libexec/aoh-debug
alpha_omega-1.5.0 libexec/aoh-debug