Sha256: c8da19d988886e4118d58c47242470eeaa9dc4ad24915c04a9ebd58ac45e24dd
Contents?: true
Size: 284 Bytes
Versions: 1098
Compression:
Stored size: 284 Bytes
Contents
#!/bin/sh # shellcheck disable=SC2155 # shellcheck disable=SC1090 # shellcheck disable=SC2039 if [ -n "$BASH_VERSION" ]; then source ~/.fastlane/completions/completion.bash elif [ -n "$ZSH_VERSION" ]; then source ~/.fastlane/completions/completion.zsh fi # Do not remove v0.0.1
Version data entries
1,098 entries across 1,098 versions & 5 rubygems