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.47.0 script/watch.sh
pact_broker-2.46.0 script/watch.sh
pact_broker-2.45.0 script/watch.sh
pact_broker-2.44.0 script/watch.sh
pact_broker-2.43.0 script/watch.sh
pact_broker-2.42.0 script/watch.sh
pact_broker-2.41.0 script/watch.sh
pact_broker-2.40.0 script/watch.sh
pact_broker-2.39.0 script/watch.sh
pact_broker-2.38.1 script/watch.sh
pact_broker-2.38.0 script/watch.sh
pact_broker-2.37.0 script/watch.sh
pact_broker-2.36.1 script/watch.sh
pact_broker-2.36.0 script/watch.sh
pact_broker-2.35.0 script/watch.sh
pact_broker-2.34.0 script/watch.sh
pact_broker-2.33.0 script/watch.sh
pact_broker-2.32.0 script/watch.sh
pact_broker-2.31.0 script/watch.sh
pact_broker-2.30.0 script/watch.sh