Sha256: 35bd595e60da3ea8e1049e52ebf864d806c9f8f35b1d72c043d917b1f6fc5e8b

Contents?: true

Size: 306 Bytes

Versions: 7

Compression:

Stored size: 306 Bytes

Contents

#!/bin/bash
#Runs all vendor scripts except script/vendor-nl

for file in script/vendor-*; do
  if [ "$file" != "script/vendor-nl" ]; then
    echo "*************************************"
    echo "Vendoring $file"
    echo "*************************************"
    "$file"
  fi
done

script/alphabetize

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gman-6.0.1 script/vendor
gman-6.0.0 script/vendor
gman-5.0.9 script/vendor
gman-5.0.8 script/vendor
gman-5.0.7 script/vendor
gman-5.0.6 script/vendor
gman-5.0.5 script/vendor