Sha256: 57c2e8e4d72782b2326a5f0cc349df4ca9005332e732308d71d4a3d331355747
Contents?: true
Size: 227 Bytes
Versions: 3
Compression:
Stored size: 227 Bytes
Contents
#!/bin/sh #/ Usage: guard #/ #/ Start running guard. #/ set -e cd $(dirname "$0")/.. [ "$1" = "--help" -o "$1" = "-h" -o "$1" = "help" ] && { grep '^#/' <"$0"| cut -c4- exit 0 } script/bootstrap && bundle exec guard
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
flipper-0.7.0.beta3 | script/guard |
flipper-0.7.0.beta2 | script/guard |
flipper-0.7.0.beta1 | script/guard |