Sha256: db880e481a971f173ff63a04cf00170a1c07b24a5865d1b845bf51aad876ff0a

Contents?: true

Size: 334 Bytes

Versions: 5

Compression:

Stored size: 334 Bytes

Contents

#!/bin/bash

#/ NAME
#/     meh -- alox demo
#/
#/ SYNOPSIS
#/     meh ...

# figure out the project root under which bin, lib live
shome="$(unset CDPATH; cd -P -- "$(dirname -- "$BASH_SOURCE")/.." && pwd -P)"

# load a jason bourne library
source _jason

# entry point
function main {
  echo "$@"
}

require _sub "$BASH_SOURCE" "$@"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alox-0.0.7 libexec/alox-test
alox-0.0.6 libexec/alox-test
alox-0.0.5 libexec/alox-test
alox-0.0.4 libexec/alox-test
alox-0.0.3 libexec/alox-test