mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-07 16:32:04 +00:00
3 lines
127 B
Bash
Executable File
3 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
bundle exec fastlane --env $1 get_build_number_unix 2>/dev/null | grep "Build: " | sed -E "s/^.*Build: (.*)$/\1/g"
|