Sha256: 851e496e68ade1f2bd96ffd5d06ec36cbae6dafa080e2b5cecec6ca8113e4c9e

Contents?: true

Size: 241 Bytes

Versions: 81

Compression:

Stored size: 241 Bytes

Contents

#!/bin/bash

relative_app_dir=${1:-$PWD}
export APP_DIR=$(cd $relative_app_dir && pwd)
root_dir=$(cd "$(dirname "$0")/.." && pwd)
"${root_dir}"/script/restart.sh &
fswatch -o "${root_dir}/lib" | xargs -n1 -I{} "${root_dir}/script/restart.sh"

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
pact_broker-2.89.1 script/watch.sh
pact_broker-2.89.0 script/watch.sh
pact_broker-2.88.0 script/watch.sh
pact_broker-2.87.0 script/watch.sh
pact_broker-2.86.0 script/watch.sh
pact_broker-2.85.1 script/watch.sh
pact_broker-2.85.0 script/watch.sh
pact_broker-2.84.0 script/watch.sh
pact_broker-2.83.0 script/watch.sh
pact_broker-2.82.0 script/watch.sh
pact_broker-2.81.0 script/watch.sh
pact_broker-2.80.0 script/watch.sh
pact_broker-2.79.1 script/watch.sh
pact_broker-2.79.0 script/watch.sh
pact_broker-2.78.1 script/watch.sh
pact_broker-2.78.0 script/watch.sh
pact_broker-2.77.0 script/watch.sh
pact_broker-2.76.2 script/watch.sh
pact_broker-2.76.1 script/watch.sh
pact_broker-2.76.0 script/watch.sh