Sha256: a5fac24d9b1d2b5374f893e63311ad2dd55c102b522f7cb2236ac4ebe8e2b199
Contents?: true
Size: 238 Bytes
Versions: 14
Compression:
Stored size: 238 Bytes
Contents
#!/bin/sh # cd to parent dir of this script pushd $(cd -P -- "$(dirname -- "$0")" && pwd -P)/.. # upon any kind of termination, return to our original directory trap "popd" EXIT SIGHUP SIGINT SIGTERM bundle gem build bill_forward.gemspec
Version data entries
14 entries across 14 versions & 1 rubygems