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