Sha256: 37dc4f9fd7d71b4a5bba3d7dcdd25a980fd6dd03108b952c4a0daf436d00ec25

Contents?: true

Size: 241 Bytes

Versions: 5

Compression:

Stored size: 241 Bytes

Contents

#!/bin/bash

if [[ "$0" = "-bash" ]]; then
  echo 'ERROR: cannot source binwithout setting $shome'
  exit 1
fi

if [[ -z "$shome" ]]; then
  shome="$(cd -P -- "$(dirname -- "$0")/.." && pwd -P)"
fi
  
source "$shome/bin/_meat" "$@"
set -fue

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
HeSYINUvSBZfxqA-capistrano-2.5.28 bin/_prime
HeSYINUvSBZfxqA-capistrano-2.5.27 bin/_prime
HeSYINUvSBZfxqA-capistrano-2.5.26 bin/_prime
HeSYINUvSBZfxqA-capistrano-2.5.25 bin/_prime
HeSYINUvSBZfxqA-capistrano-2.5.24 bin/_prime