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.59.1 script/watch.sh
pact_broker-2.59.0 script/watch.sh
pact_broker-2.58.3 script/watch.sh
pact_broker-2.58.2 script/watch.sh
pact_broker-2.58.0 script/watch.sh
pact_broker-2.57.0 script/watch.sh
pact_broker-2.56.1 script/watch.sh
pact_broker-2.56.0 script/watch.sh
pact_broker-2.55.0 script/watch.sh
pact_broker-2.54.0 script/watch.sh
pact_broker-2.53.0 script/watch.sh
pact_broker-2.52.2 script/watch.sh
pact_broker-2.52.1 script/watch.sh
pact_broker-2.52.0 script/watch.sh
pact_broker-2.51.0 script/watch.sh
pact_broker-2.50.1 script/watch.sh
pact_broker-2.50.0 script/watch.sh
pact_broker-2.49.0 script/watch.sh
pact_broker-2.48.0 script/watch.sh
pact_broker-2.47.1 script/watch.sh